Skip to content

Commit

Permalink
Add link to events calendar in _links
Browse files Browse the repository at this point in the history
  • Loading branch information
scaffeinate committed Apr 28, 2017
1 parent bea6101 commit 0bc5e20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/shared/_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<%= fa_icon 'calendar-o' %>
<%= link_to 'Create Event', new_event_path %>
</h5>
<h5>
<%= fa_icon 'calendar-o' %>
<%= link_to 'Events Calendar', calendar_events_path %>
</h5>
<h5>
<%= fa_icon 'arrow-circle-right' %>
<%= link_to 'Friends', friends_user_path(current_user) %>
Expand All @@ -27,4 +31,4 @@
<%= fa_icon 'lock' %>
<%= link_to 'Change password', edit_user_registration_path %>
</h5>
</div>
</div>

0 comments on commit 0bc5e20

Please sign in to comment.