Sha256: a036aeb3ef90dd58cf922f297fb821d965f7c29e9cb4bcf3afc63f9b4ca36e4f

Contents?: true

Size: 803 Bytes

Versions: 9

Compression:

Stored size: 803 Bytes

Contents

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

<h1>Wit Ai Parse Models</h1>

<table>
  <thead>
    <tr>
      <th>Wit ai client token</th>
      <th>Wit ai server token</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @wit_ai_parse_models.each do |wit_ai_parse_model| %>
      <tr>
        <td><%= wit_ai_parse_model.wit_ai_client_token %></td>
        <td><%= wit_ai_parse_model.wit_ai_server_token %></td>
        <td><%= link_to 'Show', wit_ai_parse_model %></td>
        <td><%= link_to 'Edit', edit_wit_ai_parse_model_path(wit_ai_parse_model) %></td>
        <td><%= link_to 'Destroy', wit_ai_parse_model, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Wit Ai Parse Model', new_wit_ai_parse_model_path %>

Version data entries

9 entries across 9 versions & 4 rubygems

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