Skip to content

Commit

Permalink
Add Sign Out link
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcfs committed May 11, 2014
1 parent 56e252c commit a31a1e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/admin/poems/index.html.slim
@@ -1,3 +1,5 @@
= link_to "Sign Out", destroy_user_session_path, method: :delete

h1 Poems

= render @poems
2 changes: 2 additions & 0 deletions app/views/poems/index.html.slim
Expand Up @@ -27,3 +27,5 @@
th Title
tbody#poems-list
= render @poems

p Taken from Wikisource

0 comments on commit a31a1e4

Please sign in to comment.