Sha256: a174fb077cbf6746a24b5053226bcd8eefdbca03af7e37406978ddf1312349d6
Contents?: true
Size: 692 Bytes
Versions: 10
Compression:
Stored size: 692 Bytes
Contents
<h1>Settings</h1> <table class="table table-striped"> <thead> <tr> <th>Key</th> <th>Value</th> <th>Actions</th> </tr> </thead> <tbody> <% @settings.each do |setting| %> <tr> <td><%= setting.key %></td> <td><%= setting.value %></td> <td> <%= link_to 'Edit', kuztuscms.edit_setting_path(setting), :class => 'btn btn-mini' %> <%= link_to 'Destroy', kuztuscms.setting_path(setting), :method => :delete, :confirm => 'Are you sure?', :class => 'btn btn-mini btn-danger' %> </td> </tr> <% end %> </tbody> </table> <%= link_to 'New', kuztuscms.new_setting_path, :class => 'btn btn-primary' %>
Version data entries
10 entries across 10 versions & 1 rubygems