lib/generators/arpa/templates/views/profiles/show.html.erb in arpa-0.1.0 vs lib/generators/arpa/templates/views/profiles/show.html.erb in arpa-0.2.0
- old
+ new
@@ -8,9 +8,19 @@
<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>