mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
- 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.
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
- 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'
|