Sha256: 173f9e4a946f9f4143f386ac3040432d9bbc9333bbc3f6c54c3516b54e90312f

Contents?: true

Size: 613 Bytes

Versions: 15

Compression:

Stored size: 613 Bytes

Contents

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

<%= form_tag("", :id => "sources_form") do %>
  <%= will_filter_table_tag(@following, :columns => [
    :created_at,
    [:translator_id, lambda{|following|
      if following.translator
        link_to(following.translator.name, :controller => "/tr8n/admin/translator", :action => :view, :translator_id => following.translator.id)
      else
        "Unknown" 
      end  
    }],
    :object_type, 
    :object_id
  ]) %>
<% 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/following.html.erb
tr8n-3.2.2 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.2.1 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.2.0 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.1.8 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.1.7 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.1.6 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.1.5 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.1.4 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.1.3 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.1.2 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.1.1 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.0.5 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.0.3 app/views/tr8n/admin/translator/following.html.erb
tr8n-3.0.2 app/views/tr8n/admin/translator/following.html.erb