Styled snippets. Raw button for snippet

This commit is contained in:
randx 2012-06-12 21:41:46 +03:00
parent b96af79bb8
commit 093159a868
5 changed files with 39 additions and 7 deletions

View file

@ -8,5 +8,14 @@
%br
To add new snippet - click on button.
- unless @snippets.fresh.empty?
%table.zebra-striped.borders= render @snippets.fresh
%table.admin-table
%thead
%tr
%th Title
%th File Name
%th Expires At
= render @snippets.fresh
- if @snippets.fresh.empty?
%tr
%td{:colspan => 3}
%h3.nothing_here_message Nothing here.