Sha256: 6d0d323b6bba2213936ff82ccfa874ff46e601b4d65f4ed216cbd2c672d9f174

Contents?: true

Size: 803 Bytes

Versions: 4

Compression:

Stored size: 803 Bytes

Contents

  <% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %>
  <% content_for('tasks') do %>
	<%= task_overview %>
  <% end %>
  <div class="form">	
    <label><%= _("Author")%>:</label> <span class="static"><%=h @comment.author %></span><br/>
    <label><%= _("URL")%>:</label> <span class="static"><%=h @comment.url %></span><br/>
    <label><%= _("Email")%>:</label> <span class="static"><%=h @comment.email %></span><br/>
    <label><%= _("Body")%>:</label> <span class="static"><%=h @comment.body %></span><br/>
    <label><%= _("IP")%>:</label> <span class="static"><%=h @comment.ip %></span><br/>
    <label><%= _("Posted date")%>:</label> <span class="static"><%=h @comment.created_at %></span><br/>
  </div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/comments/show.rhtml
typo-5.0.1 app/views/admin/comments/show.html.erb
typo-5.0.2 app/views/admin/comments/show.html.erb
typo-5.0 app/views/admin/comments/show.html.erb