Skip to content

Commit

Permalink
changed Rerun Job link for semanticness #77
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Jul 2, 2019
1 parent f8130c1 commit 1e5abaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalyst/_job.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<% end %>
</div>
<div class="col-md-3">
<a href="<%= ENV['RAILS_RELATIVE_URL_ROOT'] %>api/rerun_recipe?recipe_id=<%= recipe["id"] %>" class="btn btn-sm btn-default">
<a href="<%= ENV['RAILS_RELATIVE_URL_ROOT'] %>api/rerun_job?job_id=<%= recipe["id"] %>" class="btn btn-sm btn-default">
<i class="icon-refresh"></i>
Run Job Again
</a>
Expand Down

0 comments on commit 1e5abaa

Please sign in to comment.