Sha256: 1e2d8f82c41d832f8c5af3919f5d2720a53cb940a3353eb88100edddee493a34

Contents?: true

Size: 785 Bytes

Versions: 17

Compression:

Stored size: 785 Bytes

Contents

<div class="row">
  <div class="small-12 columns">
    <h1>Site</h1>
    <%= link_to 'Back', sites_path, class: 'secondary button' %>
  </div>
</div>

<div class="row">
  <div class="small-12 columns">
    <table>
      <tr>
        <td><strong>Site</strong></td>
        <td><%= @site.name %></td>
      </tr>
      <tr>
        <td><strong>Domain</strong></td>
        <td><%= @site.domain %></td>
      </tr>
      <tr>
        <td><strong>Default?</strong></td>
        <td><%= if @site.default? then "Yes" else "No" end %></td>
      </tr>
      <tr>
        <td><strong>Created</strong></td>
        <td><%= @site.updated_at %></td>
      </tr>
      <tr>
        <td><strong>Updated</strong></td>
        <td><%= @site.updated_at %></td>
      </tr>
    </table>
  </div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
guts-2.1.0 app/views/guts/sites/show.html.erb
guts-2.0.2 app/views/guts/sites/show.html.erb
guts-2.0.1 app/views/guts/sites/show.html.erb
guts-2.0.0 app/views/guts/sites/show.html.erb
guts-1.4.0 app/views/guts/sites/show.html.erb
guts-1.3.6 app/views/guts/sites/show.html.erb
guts-1.3.5 app/views/guts/sites/show.html.erb
guts-1.3.4 app/views/guts/sites/show.html.erb
guts-1.3.3 app/views/guts/sites/show.html.erb
guts-1.3.2 app/views/guts/sites/show.html.erb
guts-1.3.1 app/views/guts/sites/show.html.erb
guts-1.3.0 app/views/guts/sites/show.html.erb
guts-1.2.2 app/views/guts/sites/show.html.erb
guts-1.2.1 app/views/guts/sites/show.html.erb
guts-1.2.0 app/views/guts/sites/show.html.erb
guts-1.1.1 app/views/guts/sites/show.html.erb
guts-1.1.0 app/views/guts/sites/show.html.erb