vital-edu/sala-de-espera

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

Summary

Maintainability
Test Coverage
<p id="notice"><%= notice %></p>

<p>
  <%= image_tag @service_category.image.url(:thumb) %>
</p>

<p>
  <strong>Name:</strong>
  <%= @service_category.name %>
</p>

<p>
  <strong>Description:</strong>
  <%= @service_category.description %>
</p>

<p>
  <strong>Price:</strong>
  <%= @service_category.price %>
</p>

<%= link_to 'Edit', edit_service_category_path(@service_category) %> |
<%= link_to 'Back', service_categories_path %>