estimancy/projestimate

View on GitHub
app/views/widgets/show.html.erb

Summary

Maintainability
Test Coverage
<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 %>