Sha256: 124a7a7a1119252acbf9160032668b7462398037ab31668e67422839604305fc
Contents?: true
Size: 911 Bytes
Versions: 10
Compression:
Stored size: 911 Bytes
Contents
%table.records %thead %tr %th= orderable_column_link(:created_at) %th= orderable_column_link('campaign.name', :campaign) %th= orderable_column_link(:request_path) %th= orderable_column_link(:referer) %th= orderable_column_link(:remote_ip) %tbody - if collection.empty? %tr %td{:colspan => 5}= e9_t(:no_records_text) - else - collection.each do |record| %tr{:id => "ids_#{record.id}", :class => cycle('odd', 'even')} %td.record-created-at = I18n.l(record.created_at) %td.record-campaign-name = record.campaign_name || e9_t(:no_campaign) %td.record-request-path = record.request_path %td.record-referer = record.referer %td.record-remote-ip = record.remote_ip - if @controller.should_paginate_index = will_paginate collection
Version data entries
10 entries across 10 versions & 1 rubygems