Sha256: 43cddd118b5a8b4bea2eac2128866bd08bba7139a3532581b1dbbdabc68930b9

Contents?: true

Size: 414 Bytes

Versions: 16

Compression:

Stored size: 414 Bytes

Contents

<h1>Section</h1>

<p>
  <b>Name</b><br>
  <%= @section.name %>
</p>

<p>
  <b>Active</b><br>
  <%= @section.active %>
</p>


<div class="form-actions">
  <%= link_to 'Back', sections_path, :class => 'btn'  %>
  <%= link_to 'Edit', edit_section_path(@section), :class => 'btn' %>
  <%= link_to 'Delete', section_path(@section), :method => 'delete', :confirm => 'Are you sure?', :class => 'btn btn-danger' %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
how_to-2.0.5 app/views/how_to/sections/show.html.erb
how_to-2.0.4 app/views/how_to/sections/show.html.erb
how_to-2.0.3 app/views/how_to/sections/show.html.erb
how_to-2.0.2 app/views/how_to/sections/show.html.erb
how_to-2.0.1 app/views/how_to/sections/show.html.erb
how_to-2.0.0 app/views/how_to/sections/show.html.erb
how_to-1.0.3 app/views/how_to/sections/show.html.erb
how_to-1.0.2 app/views/how_to/sections/show.html.erb
how_to-0.0.8 app/views/how_to/sections/show.html.erb
how_to-0.0.7 app/views/how_to/sections/show.html.erb
how_to-0.0.6 app/views/how_to/sections/show.html.erb
how_to-0.0.5 app/views/how_to/sections/show.html.erb
how_to-0.0.4 app/views/how_to/sections/show.html.erb
how_to-0.0.3 app/views/how_to/sections/show.html.erb
how_to-0.0.2 app/views/how_to/sections/show.html.erb
how_to-0.0.1 app/views/how_to/sections/show.html.erb