drhenner/ror_ecommerce

View on GitHub
app/views/admin/fulfillment/comments/show.html.erb

Summary

Maintainability
Test Coverage
<h1> Comment </h1>

<p>
  <strong>Note:</strong>
  <%= @comment.note %>
</p>

<p>
  <%= link_to "Edit", edit_admin_fulfillment_order_comment_path(order, @comment), :class => 'button' %> |
  <%= link_to "Destroy", admin_fulfillment_order_comment_path(order, @comment), :data => {:confirm => 'Are you sure?'}, :method => :delete, :class => 'button' %> |
  <%= link_to "View All", admin_fulfillment_order_comments_path(order), :class => 'button' %>
</p>