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

Version Path
ems-0.1.12 app/views/ems/tags/index.html.haml
ems-0.1.11 app/views/ems/tags/index.html.haml
ems-0.1.10 app/views/ems/tags/index.html.haml
ems-0.1.9 app/views/ems/tags/index.html.haml
ems-0.1.8 app/views/ems/tags/index.html.haml
ems-0.1.7 app/views/ems/tags/index.html.haml
ems-0.1.6 app/views/ems/tags/index.html.haml
ems-0.1.5 app/views/ems/tags/index.html.haml
ems-0.1.4 app/views/ems/tags/index.html.haml
ems-0.1.3 app/views/ems/tags/index.html.haml
ems-0.1.2 app/views/ems/tags/index.html.haml
ems-0.1.1 app/views/ems/tags/index.html.haml
ems-0.1.0 app/views/ems/tags/index.html.haml
ems-0.0.9 app/views/ems/tags/index.html.haml
ems-0.0.8 app/views/ems/tags/index.html.haml
ems-0.0.7 app/views/ems/tags/index.html.haml
ems-0.0.6 app/views/ems/tags/index.html.haml
ems-0.0.5 app/views/ems/tags/index.html.haml
ems-0.0.4 app/views/ems/tags/index.html.haml
ems-0.0.3 app/views/ems/tags/index.html.haml