diff options
| -rw-r--r-- | app/views/layouts/quotes.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/views/layouts/quotes.html.haml b/app/views/layouts/quotes.html.haml index 4a7681e..4b21000 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | - if user_signed_in? | 25 | - if user_signed_in? |
| 26 | %li= link_to_unless_current "Submit", new_quote_url | 26 | %li= link_to_unless_current "Submit", new_quote_url |
| 27 | %li= link_to_unless_current "Tags", tags_quotes_url | 27 | %li= link_to_unless_current "Tags", tags_quotes_url |
| 28 | %li= link_to_unless_current "Search", search_form_quotes_url | ||
| 28 | %li= link_to_unless_current "Stats", stats_quotes_url | 29 | %li= link_to_unless_current "Stats", stats_quotes_url |
| 29 | %li= link_to_unless_current "Feed", latest_quotes_url(:atom) | 30 | %li= link_to_unless_current "Feed", latest_quotes_url(:atom) |
| 30 | - if user_signed_in? | 31 | - if user_signed_in? |
