Commit b33d8d0e9fc7cf37a6c702a699f27e34779a1ab7

Authored by vinicim
Committed by Rafael Manzo
1 parent 7ba5c4a4

correction language of show view

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/views/configurations/show.html.erb
1   -<h2>Configuração: <%= @configuration.name %> </h2>
  1 +<h2>Configuration: <%= @configuration.name %> </h2>
2 2  
3 3 <ul>
4   - <li>Descrição: <%= @configuration.description %> </li>
  4 + <li>Description: <%= @configuration.description %> </li>
5 5 </ul>
6 6  
7   -<%= link_to 'Editar', edit_configuration_path(@configuration) %>
8 7 \ No newline at end of file
  8 +<%= link_to 'Edit', edit_configuration_path(@configuration) %>
9 9 \ No newline at end of file
... ...