Skip to content

Commit 43b29fd

Browse files
committed
Make header text on act.eff.org clickable
Fixes EFForg#812 It looks like this may have been intentional. This is the breaking commit: EFForg@e56580d#diff-274d864769a5a983294b02ecded7e61dL51
1 parent 82b841e commit 43b29fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/views/welcome/index.html.erb

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@
4848
<% end %>
4949
<div class="more-actions-text">
5050

51-
<h3><%= actionPage.title -%>
5251
<%= link_to action_page_path(actionPage) do%>
53-
</h3>
52+
<h3><%= actionPage.title -%></h3>
5453
<p> <%= markdown actionPage.summary -%></p>
5554
<% end %>
5655
</div>

0 commit comments

Comments
 (0)