Sha256: 9a4ee4c59030ca7ea73b08fdd30c0d47fc2d49a28fa431b65a1eae8c467262ec

Contents?: true

Size: 427 Bytes

Versions: 22

Compression:

Stored size: 427 Bytes

Contents

%section.section.manage
  %h1.section-title= title "Listing Messages"

  %table.messages.datatable.row-border.stripe.hover.order-column{ "data-source" => datatable_manage_messages_path(format: :json) }
    %thead
      %tr
        %th
        %th ID
        %th Name
        %th Subject
        %th Status
    %tbody

  %br

  - unless current_user.admin_limited_access
    = btn_link_to 'New Message', new_manage_message_path

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
hackathon_manager-0.5.10 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.9 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.8 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.7 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.6 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.5 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.4 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.3 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.2 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.1 app/views/manage/messages/index.html.haml
hackathon_manager-0.5.0 app/views/manage/messages/index.html.haml
hackathon_manager-0.4.4 app/views/manage/messages/index.html.haml
hackathon_manager-0.4.3 app/views/manage/messages/index.html.haml
hackathon_manager-0.4.2 app/views/manage/messages/index.html.haml
hackathon_manager-0.4.1 app/views/manage/messages/index.html.haml
hackathon_manager-0.4.0 app/views/manage/messages/index.html.haml
hackathon_manager-0.3.3 app/views/manage/messages/index.html.haml
hackathon_manager-0.3.2 app/views/manage/messages/index.html.haml
hackathon_manager-0.3.1 app/views/manage/messages/index.html.haml
hackathon_manager-0.3.0 app/views/manage/messages/index.html.haml