<%= notice %>
25 | 26 | 27 |9 | Filter Table 10 |
11 |Actions | 17 |Date Ran | 18 |Rake Task | 19 |
---|---|---|
<%= link_to "View Logs", rake_task_log_path(rake_task_log.id), { class: 'btn' } %> | 26 |<%= rake_task_log.date %> | 27 |<%= link_to rake_task_log.name, rake_task_log_path(rake_task_log.id) %> | 28 |
14 | Filter Table 15 |
16 |Actions | 23 |Name | 24 |
---|---|
<%= link_to "Go Here", rake_task_path(rake_task.id), { class: 'btn' } %> | 31 |
32 | <%= link_to rake_task.name_with_args, rake_task_path(rake_task.id) %>
33 |
34 | <% if rake_task.full_comment %>
35 | 36 | Desc: <%= rake_task.full_comment %> 37 | <% end %> 38 | |
39 |
Comments: <%= @rake_task.full_comment %>
8 | <% end %> 9 | 10 |13 | 14 |
15 | 16 | <%= form_with url: rake_task_execute_path(@rake_task.id), method: :post, class: 'full-width-forms', data: {"rake-form": true} do |f| %> 17 | 21 | 22 |30 | Skip Argument and Environment Validations: 31 |
32 | 33 | <%= f.submit "Submit", class: "btn solid blue" %> 34 | <% end %> 35 |You may have mistyped the address or the page may have moved.
63 |If you are the application owner check the logs for more information.
65 |Maybe you tried to change something you didn't have access to.
63 |If you are the application owner check the logs for more information.
65 |If you are the application owner check the logs for more information.
64 |