Sha256: 91557e5511c0f4b5737c87d53d828037b80baef587564baf177b477aa593a316

Contents?: true

Size: 660 Bytes

Versions: 22

Compression:

Stored size: 660 Bytes

Contents

<div class="row">
  <div class="small-12 columns">
    <h1>Option</h1>
    <%= link_to 'Back', options_path, class: 'secondary button' %>
  </div>
</div>

<div class="row">
  <div class="small-12 columns">
    <table>
      <tr>
        <td><strong>Key</strong></td>
        <td><%= @option.key %></td>
      </tr>
      <tr>
        <td><strong>Value</strong></td>
        <td><%= @option.value %></td>
      </tr>
      <tr>
        <td><strong>Created</strong></td>
        <td><%= @option.created_at %></td>
      </tr>
      <tr>
        <td><strong>Updated</strong></td>
        <td><%= @option.updated_at %></td>
      </tr>
    </table>
  </div>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
guts-3.1.2 app/views/guts/options/show.html.erb
guts-3.1.1 app/views/guts/options/show.html.erb
guts-3.1.0 app/views/guts/options/show.html.erb
guts-3.0.1 app/views/guts/options/show.html.erb
guts-3.0.0 app/views/guts/options/show.html.erb
guts-2.1.0 app/views/guts/options/show.html.erb
guts-2.0.2 app/views/guts/options/show.html.erb
guts-2.0.1 app/views/guts/options/show.html.erb
guts-2.0.0 app/views/guts/options/show.html.erb
guts-1.4.0 app/views/guts/options/show.html.erb
guts-1.3.6 app/views/guts/options/show.html.erb
guts-1.3.5 app/views/guts/options/show.html.erb
guts-1.3.4 app/views/guts/options/show.html.erb
guts-1.3.3 app/views/guts/options/show.html.erb
guts-1.3.2 app/views/guts/options/show.html.erb
guts-1.3.1 app/views/guts/options/show.html.erb
guts-1.3.0 app/views/guts/options/show.html.erb
guts-1.2.2 app/views/guts/options/show.html.erb
guts-1.2.1 app/views/guts/options/show.html.erb
guts-1.2.0 app/views/guts/options/show.html.erb