app/views/widgets/show.html.erb
<p id="notice"><%= notice %></p>
<p>
<b>Name:</b>
<%= @widget.name %>
</p>
<p>
<b>Icon class:</b>
<%= @widget.icon_class %>
</p>
<p>
<b>Color:</b>
<%= @widget.color %>
</p>
<p>
<b>Pe attribute:</b>
<%= @widget.pe_attribute_id %>
</p>
<%= link_to 'Edit', edit_widget_path(@widget) %> |
<%= link_to 'Back', widgets_path %>