Skip to content

Commit

Permalink
Fixing non-working links at profile page (publiclab#5192)
Browse files Browse the repository at this point in the history
* Update show.html.erb

* Fixing non-working links at profile page

Co-Authored-By: shubhi2000 <46618557+shubhi2000@users.noreply.github.com>
  • Loading branch information
shubhi2000 authored and icarito committed Apr 9, 2019
1 parent ce1a1da commit fe58ff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/tag/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
<%= render partial: "tag/show/questions" %>
<%= render partial: "tag/show/related_tags" %>
<p> <%= render partial: 'tag/subscribe_button', locals:{tags: @related_tags } %></p>
<% if @related_tags %>
<p> <%= render partial: 'tag/subscribe_button', locals:{tags: @related_tags } %></p>
<% end %>
<%= render partial: 'tag/show/nav_tabs' %>

<p style="padding-top:8px;">
Expand Down

0 comments on commit fe58ff7

Please sign in to comment.