snippet table restyle

This commit is contained in:
Dmitriy Zaporozhets 2011-11-12 12:41:34 +02:00
parent 9d91378980
commit 48a1e31010
3 changed files with 21 additions and 14 deletions

View file

@ -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() {