<%= action.command_name %> |
<%= action.options %> |
<% if action.timestamp %>
<%= Time.at(action.timestamp).ctime %>
<% else %>
PENDING
<% end %>
|
<% if action.timestamp %>
<% unless action.success %>
<%= clean_arrows(action.response) %>
<% else %>
<% if action.file %>
<%= action.file_name %>
<% else %>
Success
<% end %>
<% end %>
<% end %>
|
|
<% end %>