Sha256: 26fd440fb57ae1225e1e22cbf76770ab03f721742dfacd81055f967c7f6232d7
Contents?: true
Size: 695 Bytes
Versions: 15
Compression:
Stored size: 695 Bytes
Contents
<%= render :partial => "/tr8n/admin/common/header" %> <%= render :partial => "tabs" %> <%= tr8n_will_filter(@metrics) %> <%=link_to("Calculate daily metrics", {:action => :calculate_metrics}, :confirm => "Are you sure you want to run this opperation?")%> | <%=link_to("Calculate total metrics", {:action => :calculate_total_metrics}, :confirm => "Are you sure you want to run this opperation?")%> <br> <%= will_filter_table_tag(@metrics, :columns => [ [:language, lambda{|metric| metric.language.english_name}], :type, :metric_date, :user_count, :translator_count, :translation_count, :key_count, :locked_key_count ]) %> <%= render :partial => "/tr8n/admin/common/footer" %>
Version data entries
15 entries across 15 versions & 1 rubygems