Sha256: 7bad4da74e770769c32f8e775c134a0e68f352d3abdd39598b5df8b87cd23351
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
<h1>Listing unidades_saude</h1> <table> <tr> <th>Nome</th> <th></th> <th></th> <th></th> </tr> <% @unidades_saude.each do |unidade_saude| %> <tr> <td><%= unidade_saude.nome %></td> <td><%= link_to 'Show', unidade_saude %></td> <td><%= link_to 'Edit', edit_unidade_saude_path(unidade_saude) %></td> <td><%= link_to 'Destroy', unidade_saude, confirm: 'Are you sure?', method: :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Unidade saude', new_unidade_saude_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | app/views/unidades_saude/index.html.erb |