Sha256: 3fa99cd067188b1de2c3535791b3d9535c204c3857223b58e203e7e2d0a84193

Contents?: true

Size: 659 Bytes

Versions: 6

Compression:

Stored size: 659 Bytes

Contents

<tr <%= alternate_class %>>
  <td><input class= "feedback_check" type="checkbox" name="feedback_check[<%= item.id %>]"/></td>
  <td class='<%= comment_class item.state %>'><%= item.state %></td>
  <td><%= link_to item.article.title, :controller => 'feedback', :action => 'article', :id => item.article_id %></td>
  <td>
    <%= link_to_unless item.url.blank?, ((h(item.author) || '(unknown)').slice(0,40)), item.url %><br />
    <%=h item.email.to_s.slice(0,40) %>
  </td>
  <td id="feedback_<%=item.id%>">
    <%=link_to_remote(h(truncate(item.body, :length => 100)), :url => { :action => 'preview', :id => item.id })%></td>
  <td><%=h item.ip %></td>
</tr>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/feedback/_item.html.erb
typo-5.4.2 app/views/admin/feedback/_item.html.erb
typo-5.4.1 app/views/admin/feedback/_item.html.erb
typo-5.4 app/views/admin/feedback/_item.html.erb
typo-5.2.98 app/views/admin/feedback/_item.html.erb
typo-5.3 app/views/admin/feedback/_item.html.erb