diff options
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/quotes.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/app/views/layouts/quotes.html.haml b/app/views/layouts/quotes.html.haml index 6d89d91..5555248 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml | |||
| @@ -18,6 +18,9 @@ | |||
| 18 | %li= link_to_unless_current "Home", quotes_url | 18 | %li= link_to_unless_current "Home", quotes_url |
| 19 | %li= link_to_unless_current "Latest", latest_quotes_url | 19 | %li= link_to_unless_current "Latest", latest_quotes_url |
| 20 | %li= link_to_unless_current "Top", top_quotes_url | 20 | %li= link_to_unless_current "Top", top_quotes_url |
| 21 | %li= link_to "Random", random_quotes_url | ||
| 22 | - if user_signed_in? | ||
| 23 | %li= link_to_unless_current "Submit", new_quote_url | ||
| 21 | %li= link_to_unless_current "Tags", tags_quotes_url | 24 | %li= link_to_unless_current "Tags", tags_quotes_url |
| 22 | %li= link_to_unless_current "Feed", latest_quotes_url(:atom) | 25 | %li= link_to_unless_current "Feed", latest_quotes_url(:atom) |
| 23 | .cleardiv | 26 | .cleardiv |
