% content_for :head do %> <% end %> <%= stylesheet_link_tag 'datatables' %> <% if params[:preview_report_id] %> <%= hidden_field_tag :show_report_preview, nil, class: "file-preview-link", data: { preview_url: document_preview_report_path(params[:preview_report_id], report_type: params[:preview_type]) } %> <% end %>
|
<%= t('projects.reports.index.thead_project_name') %> | <%= t('projects.reports.index.thead_name') %> | <%= t('projects.reports.index.pdf') %> | <%= t('projects.reports.index.docx') %> | <%= t('projects.reports.index.thead_created_by') %> | <%= t('projects.reports.index.thead_last_modified_by') %> | <%= t('projects.reports.index.thead_created_at') %> | <%= t('projects.reports.index.thead_updated_at') %> |
---|