Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Commit 2c00049

Browse files
committed
more paths
1 parent 504c7bb commit 2c00049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/index.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<tbody>
77
<% @configs.sort_by { |c| c[:name] }.each do |c| %>
88
<tr>
9-
<td class="config_name"><%= c[:name] %> <a class="run" href="/run/<%= c[:file] %>"></a></td>
9+
<td class="config_name"><%= c[:name] %> <a class="run" href="run/<%= c[:file] %>"></a></td>
1010
<td>
1111
<% unless @logs[c[:name]].nil? %>
1212
<ul>
1313
<% @logs[c[:name]].each do |log| %>
1414
<li>
15-
<a title="<%= log[:state] %>" class="<%= log[:state] %>" href="/logs/<%= log[:filename] %>"></a> <%= epoch_to_datetime(log[:epoch]) %>
15+
<a title="<%= log[:state] %>" class="<%= log[:state] %>" href="logs/<%= log[:filename] %>"></a> <%= epoch_to_datetime(log[:epoch]) %>
1616
</li>
1717
<% end %>
1818
</ul>

0 commit comments

Comments
 (0)