Sha256: 19276e0caec117daa1c49ab50d04943f09bebe191279d51a5879cb9615a2d183
Contents?: true
Size: 580 Bytes
Versions: 1
Compression:
Stored size: 580 Bytes
Contents
%h1 Listing Message Types %table %tr %th Application %th Name %th Description %th %th %th = content_tag_for(:tr, @message_types) do |message_type| %td = message_type.application.name %td = message_type.name %td = message_type.description %td = link_to 'Show', message_type %td = link_to 'Edit', edit_message_type_path(message_type) %td = link_to 'Destroy', message_type, confirm: 'Are you sure?', method: :delete %br = link_to 'New Message type', new_message_type_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eventbus-0.0.20 | admin/app/views/message_types/index.html.haml |