.row .col-md-4 = render "search_forms" .col-md-8 %table.table#access_log_result %thead %tr %th= AccessLog.human_attribute_name(:accessed_name) %th= AccessLog.human_attribute_name(:accessed_type) %th= AccessLog.human_attribute_name(:accessed_at_late) %th= AccessLog.human_attribute_name(:accessed_ip) %th %tbody - @access_logs.each do |log| %tr %td= log.accessed_name %td= log.accessed_type_i18n %td= l log.accessed_at_late.try(:in_time_zone) %td= log.accessed_ip %td= link_to "参照",log,class: [:btn,"btn-default"] = paginate @access_logs