Sha256: 2f036c6dd3e5694c6631c9286983095cb2b46a287dcbb919440c23c59b0dc036

Contents?: true

Size: 229 Bytes

Versions: 5

Compression:

Stored size: 229 Bytes

Contents

<% content_for :body do %>
  <div id="record">
    <%= link_to 'Back', @historical_job %>

    <h3 id="record_name">Editing a Job</h3>

    <%= render 'form' %>
  </div>
<% end %>

<%= render partial: 'naf/shared/application' %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
naf-1.1.4 app/views/naf/historical_jobs/edit.html.erb
naf-1.1.3 app/views/naf/historical_jobs/edit.html.erb
naf-1.1.2 app/views/naf/historical_jobs/edit.html.erb
naf-1.1.1 app/views/naf/historical_jobs/edit.html.erb
naf-1.1.0 app/views/naf/historical_jobs/edit.html.erb