Sha256: b69f8eae49bf35b9c05c7cfe8e937761a560c20f2a653a11145a407411c34c6c
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Whitelabel System Extensions</h1> <table> <thead> <tr> <th>Rfc</th> <th>Comment</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @whitelabel_system_extensions.each do |whitelabel_system_extension| %> <tr> <td><%= whitelabel_system_extension.rfc %></td> <td><%= whitelabel_system_extension.comment_id %></td> <td><%= link_to 'Show', whitelabel_system_extension %></td> <td><%= link_to 'Edit', edit_whitelabel_system_extension_path(whitelabel_system_extension) %></td> <td><%= link_to 'Destroy', whitelabel_system_extension, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Whitelabel System Extension', new_whitelabel_system_extension_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jester-data-8.0.0 | app/views/whitelabel_system_extensions/index.html.erb |