file name overflow fixed
This commit is contained in:
parent
a59b709021
commit
3f0d807955
6 changed files with 17 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
%div
|
||||
- if can? current_user, :write_snippet, @project
|
||||
= link_to 'New Snippet', new_project_snippet_path(@project), :class => "button append-bottom-10"
|
||||
= link_to 'New Snippet', new_project_snippet_path(@project), :class => "grey-button append-bottom-10"
|
||||
|
||||
%table.round-borders#snippets-table
|
||||
%thead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue