Sha256: b69b07d5ce67193cb95417c54fe512f40098d3e2748a90a4c07b1b231611a133

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Body:</strong>
  <%= @answer.body %>
</p>

<p>
  <strong>Ask:</strong>
  <%= @answer.ask_id %>
</p>

<p>
  <strong>User:</strong>
  <%= @answer.user_id %>
</p>

<%= link_to 'Edit', edit_answer_path(@answer) %> |
<%= link_to 'Back', answers_path %>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
rails_detail-0.0.1 app/views/rails_detail_admin/answers/show.html.erb
rails_detail-0.0.1 app/views/rails_detail_my/answers/show.html.erb