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: 97f7b39877e4f7b580402412880d326c69a8e052 (plain)
1
2
3
4
5
6
7
8
9
10
11
%h3.page_title
  Public snippets
  %small share code pastes with others out of git repository
  = link_to new_snippet_path, class: "btn btn-small add_new pull-right", title: "New Snippet" do
    Add new snippet

%hr
.row
  .span12
    = render 'snippets'