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