Sha256: 6f22b55b3b5d3a43853d1279f8918d8933dc5461351adb14450c202f34a11540

Contents?: true

Size: 917 Bytes

Versions: 15

Compression:

Stored size: 917 Bytes

Contents

<td style="padding:5px; width:50px;"> 
  <%=tr8n_user_mugshot_tag(comment.translator, :linked => true)%>
</td>
<td style="padding:5px; width:100px;">
  <%=tr8n_user_tag(comment.translator, :linked => true)%>
  <div style="color:grey;font-size:10px;"><%=comment.created_at.trl(:date_time) %></div>
  <div style="font-size:10px;">
    <% if tr8n_current_user_is_translator? and comment.translator == tr8n_current_translator %>  
      <%=link_to(tra("Delete", "Link to delete forum message"), {:action => :delete_comment, :comment_id => comment.id}, {:confirm => trla("Are you sure you want to delete this comment?")})%>
		<% else %>
      <%=link_to_function(tra("Report", "Link to report an abusive forum message"), "tr8nLightbox.show('/tr8n/translator/lb_report?comment_id=#{comment.id}', {width:600, height:340});")%>
    <% end %>
  </div>
</td>
<td style="padding:5px; width:700px;">
  <%=comment.toHTML %>
</td>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tr8n-3.2.3 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.2.2 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.2.1 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.2.0 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.1.8 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.1.7 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.1.6 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.1.5 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.1.4 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.1.3 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.1.2 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.1.1 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.0.5 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.0.3 app/views/tr8n/phrases/_comment.html.erb
tr8n-3.0.2 app/views/tr8n/phrases/_comment.html.erb