Sha256: 5efc492c7a479fa4ac886adaa5010931001bf6a7b5ab03a93892748551a0a17c

Contents?: true

Size: 526 Bytes

Versions: 7

Compression:

Stored size: 526 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 Trigger
        %th Bulk Status
        %th Bulk Delivered
    %tbody

  %br

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

  %br

  = render 'triggered_email_summary'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hackathon_manager-0.6.6 app/views/manage/messages/index.html.haml
hackathon_manager-0.6.5 app/views/manage/messages/index.html.haml
hackathon_manager-0.6.4 app/views/manage/messages/index.html.haml
hackathon_manager-0.6.3 app/views/manage/messages/index.html.haml
hackathon_manager-0.6.2 app/views/manage/messages/index.html.haml
hackathon_manager-0.6.1 app/views/manage/messages/index.html.haml
hackathon_manager-0.6.0 app/views/manage/messages/index.html.haml