snippet table restyle
This commit is contained in:
parent
9d91378980
commit
48a1e31010
3 changed files with 21 additions and 14 deletions
|
@ -3,11 +3,8 @@
|
|||
.left= link_to 'New Snippet', new_project_snippet_path(@project), :class => "lbutton vm"
|
||||
|
||||
%table.round-borders#snippets-table
|
||||
%tr
|
||||
%th Author
|
||||
%th Title
|
||||
%th File name
|
||||
%th
|
||||
%thead
|
||||
%th
|
||||
= render @snippets.fresh
|
||||
:javascript
|
||||
$('.delete-snippet').live('ajax:success', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue