Sha256: 27227c6a8bbdec6fc0de1fb1f162169acf72d7ce6195b9165d16729b394215a1

Contents?: true

Size: 435 Bytes

Versions: 7

Compression:

Stored size: 435 Bytes

Contents

<%- set_title 'Service Details' -%>

<fieldset class="form_container">
  <%= legend_tag 'About This Service' -%>

  <div class="form_column">
    <%= faux_field 'Name', @service.name -%>
  </div>
  <div class="form_column">
    <%= faux_field 'Description', @service.description -%>
  </div>
</fieldset>

<%= link_to 'Edit', edit_service_path(@service), :class => 'button' -%>
<%= link_to 'Back', services_path, :class => 'button' -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
campfire_logic-2.0.0 app/views/services/show.html.erb
campfire_logic-1.2.1 app/views/services/show.html.erb
campfire_logic-1.2.0 app/views/services/show.html.erb
campfire_logic-1.1.10 app/views/services/show.html.erb
campfire_logic-1.1.9 app/views/services/show.html.erb
campfire_logic-1.1.8 app/views/services/show.html.erb
campfire_logic-1.1.7 app/views/services/show.html.erb