Sha256: 88ed5e933e5c439d42df8c99e427bdf7052a3fbc74e75a5072714dad4f96b8dc
Contents?: true
Size: 735 Bytes
Versions: 2
Compression:
Stored size: 735 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Name:</strong> <%= @profile.name %> </p> <p> <strong>Description:</strong> <%= @profile.description %> </p> <p> <strong>Entity id:</strong> <%= @profile.entity_id %> </p> <p> <strong>Entity class:</strong> <%= @profile.entity_class %> </p> <table> <div class="table-header"> <div class="text-sm"> <strong>List of Roles</strong> </div> </div> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <% @profile.roles.each do |role| %> <tr> <td><%= role.name %></td> <td><%= role.description %></td> </tr> <% end %> </tbody> </table> <%= link_to 'Back', profiles_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arpa-0.3.0 | lib/generators/arpa/templates/views/profiles/show.html.erb |
arpa-0.2.0 | lib/generators/arpa/templates/views/profiles/show.html.erb |