Skip to content

Commit

Permalink
Merge branch 'RR_test_branch' of https://github.com/TeamBits-2020/ifme
Browse files Browse the repository at this point in the history
…into RR_test_branch
  • Loading branch information
AlineRibeiro committed Apr 23, 2020
2 parents 81dfc1a + 182c054 commit 735da0f
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="smallMarginTop">
<div class="label"><%= label_tag "What resources could help?" %> </div>
<ul>
<% @resources.take(3).each do |item| %>
<% @resources.each do |item| %>
<li><%= link_to item['name'], item['link'] %></li>
<%end %>
<li><%= link_to 'More...', "/resources?#{@filter_tags}" %></li>
Expand Down

0 comments on commit 735da0f

Please sign in to comment.