Commit 82e1fe4675226ea9665d9175aeca90a8528052f8
1 parent
b1fbd658
Exists in
master
and in
4 other branches
Minor ui fix for snippet
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/views/snippets/_snippet.html.haml
| @@ -12,8 +12,6 @@ | @@ -12,8 +12,6 @@ | ||
| 12 | %small.pull-right.cgray | 12 | %small.pull-right.cgray |
| 13 | - if snippet.project_id? | 13 | - if snippet.project_id? |
| 14 | = link_to snippet.project.name_with_namespace, project_path(snippet.project) | 14 | = link_to snippet.project.name_with_namespace, project_path(snippet.project) |
| 15 | - %span | ||
| 16 | - \| | ||
| 17 | 15 | ||
| 18 | .snippet-info | 16 | .snippet-info |
| 19 | = "##{snippet.id}" | 17 | = "##{snippet.id}" |