Sha256: ad66c011b54160eccd557dacf2de1e6c4b54831af11da7d238de276b34128800
Contents?: true
Size: 660 Bytes
Versions: 4
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
4 entries across 4 versions & 1 rubygems