Fix snippet row

This commit is contained in:
Clement Ho 2018-05-29 14:54:25 -05:00
parent ff575b782e
commit 98cc873c1b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
= link_to user_snippets_path(snippet.author) do
= snippet.author_name
- if link_project && snippet.project_id?
%span.d-none.d-sm-block
%span.d-none.d-sm-inline-block
in
= link_to project_path(snippet.project) do
= snippet.project.full_name