Sha256: b3f7ea8da5a4db2e0d9823092f0eba0ade7bbc34dc912fe70c3f69c44d40226f

Contents?: true

Size: 704 Bytes

Versions: 5

Compression:

Stored size: 704 Bytes

Contents

<h1>Contour Details</h1>

<p>
  <b>Contour Version:</b>
  <%= Contour::VERSION %>
</p>

<h2>Application Details</h2>

These items can all be specified in:<br />
<br />
<code style="margin-left:10px">config/initializers/contour.rb</code><br />
<br />
If the file does not exist run:<br />
<br />
<code style="margin-left:10px">rails generate contour:install</code><br />
<br />
<% ['application_name', 'application_version', 'header_background_image', 'header_title_image'].each do |attribute| %>
  <p>
    <b><%= attribute.titleize %>:</b>
    <% if Contour.send(attribute).blank? %>
      <span class="quiet">NULL</span>
    <% else %>
      <%= Contour.send(attribute) %>
    <% end %>
  </p>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
contour-0.3.2 app/views/contour/samples/index.html.erb
contour-0.3.1 app/views/contour/samples/index.html.erb
contour-0.3.0 app/views/contour/samples/index.html.erb
contour-0.2.1 app/views/contour/samples/index.html.erb
contour-0.1.1 app/views/contour/samples/index.html.erb