<%= render :partial => 'home_menu' %> <% @exports.each do |ex| %>
table name: <%= ex.table_name %> source schema:<%= ex.source_schema %> updated at:<%= ex.updated_at.strftime("%Y-%m-%d %H:%M") %> error:
<%= ex.error %>
<% end %> <% @logs.each do |log| %>
name: <%= log.name %> file: <%= log.file %> type: <%= log.job_type %> started: <%= log.started_at.strftime("%Y-%m-%d %H:%M:%S") %> error:
<%= log.error %>
<% end %>