Skip to content

Commit

Permalink
[ifmeorg#1713] changed resources' names into links
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Warmenhoven committed Apr 6, 2020
1 parent 25f3e09 commit dc7324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/moments/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="label">What Resources could help?</div>
<ul>
<% @resources.each do |resource| %>
<li><%= resource["name"] %></li>
<li><%= link_to resource["name"], resource["link"] %></li>
<% end %>
<li><%= link_to 'More...', '/resources' %></li>
</ul>
Expand Down

0 comments on commit dc7324e

Please sign in to comment.