Skip to content

Commit

Permalink
Changed Ask question button URL on dashboard (#6823) (#6824)
Browse files Browse the repository at this point in the history
  • Loading branch information
musophobia authored and jywarren committed Nov 20, 2019
1 parent eaf36b1 commit b32ffdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sidebar/_dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="dropdown-menu dropdown-menu-right mt-2">
<a class="dropdown-item" href="/post?n=15322&title=How%20to%20...&tags=activity:new,draft"><%= t('dashboard._header.dropdown.share_activity') %></a>
<a class="dropdown-item" href="/post"><%= t('dashboard._header.dropdown.share_research_note') %></a>
<a class="dropdown-item" href="/post?tags=question:question&template=question&redirect=question"><%= t('dashboard._header.dropdown.ask_question') %></a>
<a class="dropdown-item" href="/questions/new?tags=question:general"><%= t('dashboard._header.dropdown.ask_question') %></a>
<a class="dropdown-item" href="/post?template=event&tags=event"><%= t('dashboard._header.dropdown.post_event') %></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/post?tags=blog-submission"><%= t('dashboard._header.dropdown.tell_story_blog') %></a>
Expand Down

0 comments on commit b32ffdf

Please sign in to comment.