Sha256: d2f9aeff70942b2551bc6936faa08a18ac89d509337fcd6ecc79deec32d5c320

Contents?: true

Size: 800 Bytes

Versions: 6

Compression:

Stored size: 800 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 %>
  <ul class="admin set">	
    <li>
      <label class="content">
        <%= _("By") %> <%=h @comment.author %> 
        <%= _("on") %> <%= @comment.created_at.strftime("%m/%d/%Y at %H:%M") %>
      </label>
    </li>
    <li>
      <label><%= _("URL")%>:</label> 
      <%=h @comment.url %>
    </li>
    <li>
      <label><%= _("Email")%>:</label> 
      <%=h @comment.email %>
    </li>
    <li>
      <label><%= _("IP")%>:</label> 
      <%=h @comment.ip %></span>
    </li>
    <li>
      <label class="block"><%= _("Body")%></label>
      <%=h @comment.body %>  
    </li>
  </ul>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/comments/show.html.erb
typo-5.0.3.98 app/views/admin/comments/show.html.erb
typo-5.1.1 app/views/admin/comments/show.html.erb
typo-5.1.2 app/views/admin/comments/show.html.erb
typo-5.1.3 app/views/admin/comments/show.html.erb
typo-5.1 app/views/admin/comments/show.html.erb