Sha256: 3c350eb61f8cc24bc60318b394e9c5046023117e59ca3b57f6a48c792a7b1328
Contents?: true
Size: 802 Bytes
Versions: 1
Compression:
Stored size: 802 Bytes
Contents
<h1>Listing reavaliacoes</h1> <table> <tr> <th>Data</th> <th>Queixa motivo</th> <th>Discussao conclusao</th> <th>Conduta final</th> <th>Consulta</th> <th></th> <th></th> <th></th> </tr> <% @reavaliacoes.each do |reavaliacao| %> <tr> <td><%= reavaliacao.data %></td> <td><%= reavaliacao.queixa_motivo %></td> <td><%= reavaliacao.discussao_conclusao %></td> <td><%= reavaliacao.conduta_final %></td> <td><%= reavaliacao.consulta_id %></td> <td><%= link_to 'Show', reavaliacao %></td> <td><%= link_to 'Edit', edit_reavaliacao_path(reavaliacao) %></td> <td><%= link_to 'Destroy', reavaliacao, confirm: 'Are you sure?', method: :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Reavaliacao', new_reavaliacao_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | app/views/reavaliacoes/index.html.erb |