Commit 82e1fe4675226ea9665d9175aeca90a8528052f8

Authored by Dmitriy Zaporozhets
1 parent b1fbd658

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 12 %small.pull-right.cgray
13 13 - if snippet.project_id?
14 14 = link_to snippet.project.name_with_namespace, project_path(snippet.project)
15   - %span
16   - \|
17 15  
18 16 .snippet-info
19 17 = "##{snippet.id}"
... ...