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: 9b4a7dbe68dd4f91d8c82df81a101858c8c17dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- page_title "By #{@user.name}", "Snippets"

%ol.breadcrumb
  %li.breadcrumb-item
    = link_to snippets_path do
      Snippets
  %li.breadcrumb-item
    = @user.name
  .float-right.d-none.d-sm-block
    = link_to user_path(@user) do
      #{@user.name} profile page

= render 'snippets'