Sha256: 10c3af9e16675b15834eb20b09985515021c9270b966ea08f99296555988a7fd
Contents?: true
Size: 602 Bytes
Versions: 21
Compression:
Stored size: 602 Bytes
Contents
- title_bar "Tags", [{"title"=>"New Tag", "url"=>new_tag_path}] %div#active_admin_content.without_sidebar - main_content "Tag List" do - index_table ["Title", "Created", "Updated", "", "", ""] do - @tags.each_with_index do |tag, i| %tr{:class=>cycle( "odd", "even") } %td= tag.title %td= tag.created_at.strftime("%b %e, %l:%M %p") %td= tag.updated_at.strftime("%b %e, %l:%M %p") %td= link_to 'Show', tag %td= link_to 'Edit', edit_tag_path(tag) %td= link_to 'Destroy', tag, :confirm => 'Are you sure?', :method => :delete
Version data entries
21 entries across 21 versions & 1 rubygems