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