5d785457db
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
13 lines
247 B
Text
13 lines
247 B
Text
- page_title "By #{@user.name}", "Snippets"
|
|
|
|
%ol.breadcrumb
|
|
%li
|
|
= link_to snippets_path do
|
|
Snippets
|
|
%li
|
|
= @user.name
|
|
.pull-right.hidden-xs
|
|
= link_to user_path(@user) do
|
|
#{@user.name} profile page
|
|
|
|
= render 'snippets'
|