Sha256: f6707e0e0afdd7e0c2dcaa16b6c12b6dcc46a526891952f6d4bdc6514e4e5afe

Contents?: true

Size: 685 Bytes

Versions: 8

Compression:

Stored size: 685 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Code Change Requests</h1>

<table>
  <thead>
    <tr>
      <th>Text</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @code_change_requests.each do |code_change_request| %>
      <tr>
        <td><%= code_change_request.text %></td>
        <td><%= link_to 'Show', code_change_request %></td>
        <td><%= link_to 'Edit', edit_code_change_request_path(code_change_request) %></td>
        <td><%= link_to 'Destroy', code_change_request, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Code Change Request', new_code_change_request_path %>

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/code_change_requests/index.html.erb
mega-os-1.0.0 app/views/code_change_requests/index.html.erb
jester-data-8.0.0 app/views/code_change_requests/index.html.erb
ezii-os-5.2.1 app/views/code_change_requests/index.html.erb
ezii-os-2.0.1 app/views/code_change_requests/index.html.erb
ezii-os-1.1.0 app/views/code_change_requests/index.html.erb
ezii-os-1.0.0 app/views/code_change_requests/index.html.erb
ezii-os-0.0.0.1.0 app/views/code_change_requests/index.html.erb