Sha256: 2f0487323d86cf9eeeaa65be7c13de18329a781edf5404968133f0775187fdc0

Contents?: true

Size: 345 Bytes

Versions: 9

Compression:

Stored size: 345 Bytes

Contents

<div class="page-header">
    <h2>Showing Simulation</h2>
</div>

<p>
  <strong>Name:</strong>
  <%= @simulation.name %>
</p>

<p>
  <strong>Pressure:</strong>
  <%= @simulation.pressure %>
</p>

<%= link_to 'Back', simulations_path, class: 'btn btn-default' %>
<%= link_to 'Edit', edit_simulation_path(@simulation), class: 'btn btn-default' %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
osc_machete_rails-2.1.2 test/dummy/app/views/simulations/show.html.erb
osc_machete_rails-2.1.0 test/dummy/app/views/simulations/show.html.erb
osc_machete_rails-2.0.0 test/dummy/app/views/simulations/show.html.erb
osc_machete_rails-1.3.1 test/dummy/app/views/simulations/show.html.erb
osc_machete_rails-1.3.0 test/dummy/app/views/simulations/show.html.erb
osc_machete_rails-1.2.2 test/dummy/app/views/simulations/show.html.erb
osc_machete_rails-2.0.0.pre1 test/dummy/app/views/simulations/show.html.erb
osc_machete_rails-1.2.1 test/dummy/app/views/simulations/show.html.erb
osc_machete_rails-1.2.0 test/dummy/app/views/simulations/show.html.erb