Sha256: 4ab0dc0ee40e35ab9538a9aa74fb8dc1410d8cc23e6fff8eada97e17d8a2bdd9
Contents?: true
Size: 591 Bytes
Versions: 11
Compression:
Stored size: 591 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Name:</strong> <%= @role.name %> </p> <p> <strong>Description:</strong> <%= @role.description %> </p> <table> <div class="table-header"> <div class="text-sm"> <strong>List of Actions</strong> </div> </div> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <% @role.actions.each do |action| %> <tr> <td><%= action.name %></td> <td><%= action.description %></td> </tr> <% end %> </tbody> </table> <%= link_to 'Back', roles_path %>
Version data entries
11 entries across 11 versions & 1 rubygems