Sha256: 69e843e6c45326c600f50aba825d6c263fa1a2d0c4808060d3771da6d10b86c2

Contents?: true

Size: 506 Bytes

Versions: 31

Compression:

Stored size: 506 Bytes

Contents

= render "layouts/manage/page_title", title: "Messages" do
  = link_to "New Message", new_manage_message_path, class: "btn btn-sm btn-outline-secondary"

%div
  %table.bulk-messages.datatable.table.table-striped.table-hover{ "data-source" => datatable_manage_messages_path(format: :json) }
    %thead
      %tr
        %th ID
        %th Name
        %th Subject
        %th Status
        %th Created
        %th Last modified
        %th Delivered
    %tbody

  %hr

  = render 'triggered_email_summary'

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 app/views/manage/messages/index.html.haml
hackathon_manager-0.14.0 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.12 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.11 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.10 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.9 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.8 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.7 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.6 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.5 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.4 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.3 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.2 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.1 app/views/manage/messages/index.html.haml
hackathon_manager-0.13.0 app/views/manage/messages/index.html.haml
hackathon_manager-0.12.2 app/views/manage/messages/index.html.haml
hackathon_manager-0.12.1 app/views/manage/messages/index.html.haml
hackathon_manager-0.12.0 app/views/manage/messages/index.html.haml
hackathon_manager-0.11.2 app/views/manage/messages/index.html.haml
hackathon_manager-0.11.1 app/views/manage/messages/index.html.haml