Sha256: 6051fd818727a63a8c8e668236f1fe3d84c8f475fb14b91eea670be53166d8d8
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 Bytes
Contents
<% unless flash[:notice].blank? %> <div class="alert alert-success"><%= flash[:notice] %></div> <% end %> <dl> <% @settings.each do |setting| %> <dt><%= link_to setting.name, edit_setting_path(setting) %></dt> <dd> <% if setting.key == "license" %> <%= License.find(setting.content).short_code.html_safe %> <% else %> <%= setting.content %> <% end %> </dd> <% end %> </dl>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
homesteading_publisher-0.2.4 | app/views/homesteading_publisher/settings/_settings.html.erb |
homesteading_publisher-0.2.3 | app/views/homesteading_publisher/settings/_settings.html.erb |