ciudadanointeligente/partidopublico

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

Summary

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

<p>
  <strong>Descripcion:</strong>
  <%= @procedimiento.descripcion %>
</p>

<%= link_to 'Edit', edit_procedimiento_path(@procedimiento) %> |
<%= link_to 'Back', procedimientos_path %>