Sha256: 9c0d12955b6111377f3536cf63bd6722d4d2c559e2fe2cd9803cca7507c7cb6e

Contents?: true

Size: 260 Bytes

Versions: 10

Compression:

Stored size: 260 Bytes

Contents

<% content_for :title, "Settings" %>

<dl>
  <dt>Name</dt>
  <dd><%= @setting.name %></dd>
  <dt>Value</dt>
  <dd><%= @setting.value %></dd>
</dl>

<%= link_to "<i class=\"icon-arrow-left\"></i> Return to Settings".html_safe, settings_path, :class => "btn" %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
smithycms-0.5.0 app/views/smithy/settings/show.html.erb
smithycms-0.4.5 app/views/smithy/settings/show.html.erb
smithycms-0.4.4 app/views/smithy/settings/show.html.erb
smithycms-0.4.3 app/views/smithy/settings/show.html.erb
smithycms-0.4.2 app/views/smithy/settings/show.html.erb
smithycms-0.4.1 app/views/smithy/settings/show.html.erb
smithycms-0.4.0 app/views/smithy/settings/show.html.erb
smithycms-0.0.3 app/views/smithy/settings/show.html.erb
smithycms-0.0.2 app/views/smithy/settings/show.html.erb
smithycms-0.0.1 app/views/smithy/settings/show.html.erb