Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Adds link to individual job pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kenaniah committed Nov 12, 2017
1 parent a8e4711 commit 2b045e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/views/statuses.erb
Expand Up @@ -37,7 +37,7 @@
<% @statuses.each do |container| %>
<tr>
<td>
<div title='<%= container.jid %>'><%= container.worker %></div>
<div title='<%= container.jid %>'><a href="<%= root_path %>statuses/<%= container.jid %>"><%= container.worker %></a></div>
</td>
<td>
<div class='args' title='<%= container.jid %>'><%= container.args %></div>
Expand Down

0 comments on commit 2b045e8

Please sign in to comment.