Sha256: 971e778e5ed540175fa1f5e5325854ebb7a0e2504600ac3a50a5b3b9317fab6a

Contents?: true

Size: 530 Bytes

Versions: 5

Compression:

Stored size: 530 Bytes

Contents

- content_for :header_actions do
  %span
    = link_to spina.new_admin_conferences_blog_post_path, class: 'button button-primary', style: 'margin-right: 0' do
      = icon 'plus'
      = t 'spina.blog.posts.new'



.table-container
  %table.table
    %thead
      %tr
        %th Post Title
        %th

    %tbody
      - if @posts.any?
        = render partial: 'post', collection: @posts, as: :post

      - else
        %tr
          %td.align-center{colspan: 2}
            %em There are no posts yet. Create your first one!

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spina-admin-conferences-blog-0.1.4 app/views/spina/admin/conferences/blog/posts/index.html.haml
spina-admin-conferences-blog-0.1.3 app/views/spina/admin/conferences/blog/posts/index.html.haml
spina-admin-conferences-blog-0.1.2 app/views/spina/admin/conferences/blog/posts/index.html.haml
spina-admin-conferences-blog-0.1.1 app/views/spina/admin/conferences/blog/posts/index.html.haml
spina-admin-conferences-blog-0.1.0 app/views/spina/admin/conferences/blog/posts/index.html.haml