Skip to content

Commit

Permalink
Make header text on act.eff.org clickable
Browse files Browse the repository at this point in the history
Fixes EFForg#812

It looks like this may have been intentional. This is the breaking
commit:
EFForg@e56580d#diff-274d864769a5a983294b02ecded7e61dL51
  • Loading branch information
AndyDangerous committed Mar 2, 2020
1 parent 82b841e commit 43b29fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/welcome/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@
<% end %>
<div class="more-actions-text">

<h3><%= actionPage.title -%>
<%= link_to action_page_path(actionPage) do%>
</h3>
<h3><%= actionPage.title -%></h3>
<p> <%= markdown actionPage.summary -%></p>
<% end %>
</div>
Expand Down

0 comments on commit 43b29fd

Please sign in to comment.