Sha256: 3fb8e30e0519ad161c0b48fafc368168834eed9dbb903f75a1da2b500952698e
Contents?: true
Size: 413 Bytes
Versions: 3
Compression:
Stored size: 413 Bytes
Contents
<tr exec=""> <td class="wip"></td> <td class="created_at"><%= exec.created_at.localtime.iso8601 %></td> <td class="status"><%= exec.status_label %></td> <td class="report"> <% if exec.success? %> <%= link_to(query_execution_path(query, exec, format: exec.report_format), class: 'btn btn-sm btn-default') do %> <i class="fa fa-download fa-pad-r"></i><%= exec.report_format %> <% end %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
adhoq-1.0.2 | app/views/adhoq/queries/_execution.html.erb |
adhoq-1.0.1 | app/views/adhoq/queries/_execution.html.erb |
adhoq-1.0.0 | app/views/adhoq/queries/_execution.html.erb |