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.2.0 app/views/manage/messages/index.html.haml
hackathon_manager-0.1.0 app/views/manage/messages/index.html.haml