Sha256: 0e07fc924d4df9b9c7696bfc28c55350b36f24ff605a6fc767073fe306dc3b6c

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

<% @page_title = "Comment for #{h(@comment.picture.title)}" %>

<% content_for 'tasks' do %>
  <li>
    <%= link_to 'List of Comments', admin_comments_url %>
  </li>
<% end %>

<h2>Comments for <%=link_to(h(@comment.picture.title), admin_picture_url(@comment.picture)) %></h2>

<ul class="admin set">
  <li><label class="content">By <%=h @comment.author %> at <%= h @comment.created_at %></label></li>
  <li><label>Email: </label> <%=h @comment.email %></li>
  <li><label>Address IP: </label> <%=h @comment.ip %></li>
  <li><label>Content: </label> <%=textilize (h(@comment.body)) %></li>
</ul>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pictrails-0.5.0 app/views/admin/comments/show.html.erb