Sha256: 706af177b083fa32a47b2d97646effd15fe36cfd37d370419ac35fc90e26f21c

Contents?: true

Size: 655 Bytes

Versions: 7

Compression:

Stored size: 655 Bytes

Contents

<h1>Listing parameters</h1>

<table>
  <tr>
    <th>Name</th>
    <th>type</th>
    <th>Note</th>
    <th>Api</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @parameters.each do |parameter| %>
  <tr>
    <td><%= parameter.name %></td>
    <td><%= parameter.type %></td>
    <td><%= parameter.note %></td>
    <td><%= parameter.api_id %></td>
    <td><%= link_to 'Show', parameter %></td>
    <td><%= link_to 'Edit', edit_parameter_path(parameter) %></td>
    <td><%= link_to 'Destroy', parameter, method: :delete, data: { confirm: 'Are you sure?' } %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Parameter', new_parameter_path %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rails_api_doc-0.0.8 app/views/rails_api_doc/parameters/index.html.erb
rails_api_doc-0.0.7 app/views/rails_api_doc/parameters/index.html.erb
rails_api_doc-0.0.6 app/views/rails_api_doc/parameters/index.html.erb
rails_api_doc-0.0.5 app/views/rails_api_doc/parameters/index.html.erb
rails_api_doc-0.0.4 app/views/rails_api_doc/parameters/index.html.erb
rails_api_doc-0.0.3 app/views/rails_api_doc/parameters/index.html.erb
rails_api_doc-0.0.2 app/views/rails_api_doc/parameters/index.html.erb