Skip to content

Commit

Permalink
Revert "Fix ActiveRecord::RecordNotFound when clicking on 'step-by-st…
Browse files Browse the repository at this point in the history
…ep activity' (publiclab#9503)" (publiclab#9511)

This reverts commit 128206c.
  • Loading branch information
RuthNjeri authored and billymoroney1 committed Dec 28, 2021
1 parent 16f1113 commit f0f2044
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 @@ -7,7 +7,7 @@
<span class="sr-only">Toggle Dropdown</span>
</a>
<div class="dropdown-menu dropdown-menu-right mt-2">
<a class="dropdown-item" href="/post?title=How%20to%20...&tags=activity:new,draft"><%= translation('dashboard._header.dropdown.share_activity') %></a>
<a class="dropdown-item" href="/post?n=15322&title=How%20to%20...&tags=activity:new,draft"><%= translation('dashboard._header.dropdown.share_activity') %></a>
<a class="dropdown-item" href="/post"><%= translation('dashboard._header.dropdown.share_research_note') %></a>
<a class="dropdown-item" href="/questions/new?tags=question:general"><%= translation('dashboard._header.dropdown.ask_question') %></a>
<a class="dropdown-item" href="/post?template=event&tags=event"><%= translation('dashboard._header.dropdown.post_event') %></a>
Expand Down

0 comments on commit f0f2044

Please sign in to comment.