Sha256: 99028e88816a15bfae6ecda6284b74423f943e7873bcd0ee80a6cb8e94b0349d

Contents?: true

Size: 775 Bytes

Versions: 2

Compression:

Stored size: 775 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>
    <div id="feedback_<%=item.id%>">
      <%= link_to_remote(h(truncate(item.body, :length => 100)), :url => { :action => 'preview', :id => item.id })%>
    </div>
    <%= show_actions item %>
  </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>
    <%= format_date item.created_at %>
    <%= published_or_not item %>
  </td>
</tr>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/feedback/_item.html.erb
typo-5.4.4 app/views/admin/feedback/_item.html.erb