Skip to content

Commit

Permalink
fixed user errors
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrobert committed Jun 23, 2020
1 parent 0abd282 commit c85d448
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions app/views/static_pages/friends.html.erb
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
<% @users.each do |user| %>

<div class="container">

<div class="button t-d">

<%= link_to root_path do %>
<i class="fa fa-bars" aria-hidden="true"></i>
<% end %>

</div>
<% @users.each do |user| %>

<div class="card cd">
<div class="card-header usr">
Friend: <span> <%= user.name %> </span>

</div>
</div>
</div>


<% end %>

</div>

0 comments on commit c85d448

Please sign in to comment.