blob: 5cd8ae26cf9c518bb647ab9876f96d8b815cade1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
%h3.page-title
Public snippets
.pull-right
- if current_user
= link_to new_snippet_path, class: "btn btn-new btn-grouped", title: "New Snippet" do
Add new snippet
= link_to user_snippets_path(current_user), class: "btn btn-grouped" do
Your snippets
%p.light
Public snippets created by you and other users are listed here
%hr
= render 'snippets'
|