Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « snippets « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e4918a60854f237eaffb103bc86589c163d30de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- 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'