<% if @histories.count > 0 %> <% if !current_user.nil? %> <% end %> <% @histories.each do |ask_status_history| %> <% if !current_user.nil? %> <% end %> <% end %>
<%= t('status') %><%= t('ask.modified_by') %> <%= t('ask.remark') %> <%= t('ask.attachment') %><%= t('ask.updated_at') %>
<%= @status_mapping[ask_status_history.status] %> <%= ask_status_history.modified_by_name %> <%= ask_status_history.comment %> <%= link_to(ask_status_history[:file], "/#{I18n.locale}/admin/asks/#{ask_status_history.id.to_s}/download") if ask_status_history.file.present? %> <%= ask_status_history.created_at.strftime("%Y-%m-%d %H:%M:%S") %>
<% else %>

<%= t('no_history_records') %>