diff --git a/app/views/admin/clients/_log.html.erb b/app/views/admin/clients/_log.html.erb index 589a415..0826e59 100644 --- a/app/views/admin/clients/_log.html.erb +++ b/app/views/admin/clients/_log.html.erb @@ -1,8 +1,9 @@ <%= log.log_id %> + <%= log.job.id %> <%= log.job.name %> <%= log.time_formatted %>
 <%= log.log_text %>
   
diff --git a/app/views/admin/clients/logs.html.erb b/app/views/admin/clients/logs.html.erb index df7816c..aff1bb2 100644 --- a/app/views/admin/clients/logs.html.erb +++ b/app/views/admin/clients/logs.html.erb @@ -1,36 +1,37 @@ <%= render partial: 'header' %>

Logs (<%= @logs.total_count %>)

<%= page_entries_info @logs, entry_name: 'log' %>
<%= paginate @logs %>
+ <%= render partial: 'log', collection: @logs %>
LogIdJobId Job Time Text
diff --git a/app/views/clients/_log.html.erb b/app/views/clients/_log.html.erb index 589a415..0826e59 100644 --- a/app/views/clients/_log.html.erb +++ b/app/views/clients/_log.html.erb @@ -1,8 +1,9 @@ <%= log.log_id %> + <%= log.job.id %> <%= log.job.name %> <%= log.time_formatted %>
 <%= log.log_text %>
   
diff --git a/app/views/clients/logs.html.erb b/app/views/clients/logs.html.erb index df7816c..7fe8304 100644 --- a/app/views/clients/logs.html.erb +++ b/app/views/clients/logs.html.erb @@ -1,36 +1,37 @@ <%= render partial: 'header' %>

Logs (<%= @logs.total_count %>)

<%= page_entries_info @logs, entry_name: 'log' %>
<%= paginate @logs %>
+ <%= render partial: 'log', collection: @logs %>
LogIdJobId Job Time Text