Sha256: 9c4442a8eee4d2823c72d16347b0412362da568f85ae8f09623b030468fc7b32

Contents?: true

Size: 624 Bytes

Versions: 15

Compression:

Stored size: 624 Bytes

Contents

<%= render :partial => "/tr8n/admin/common/header" %>
<%= render :partial => "tabs" %>
<%= tr8n_will_filter(@reports) %>

<%= form_tag("", :id => "sources_form") do %>
  <%= will_filter_table_tag(@reports, :columns => [
    :created_at,
    [:translator_id, lambda{|report|
      if report.translator
        link_to(report.translator.name, :controller => "/tr8n/admin/translator", :action => :view, :translator_id => report.translator.id)
      else
        "Unknown" 
      end  
    }],
    :object_type, 
    :object_id,
    :reason,
    :comment
  ]) %>
<% end %>

<%= render :partial => "/tr8n/admin/common/footer" %>

Version data entries

15 entries across 15 versions & 1 rubygems

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