runit-man 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/views/view_file.erb +1 -1
- metadata +2 -2
data/views/view_file.erb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<% content_for :content do %>
|
2
|
-
<%= t.runit.view_file.header(h(name), h(host_name)) %> | <a href="/view.txt?file
|
2
|
+
<%= t.runit.view_file.header(h(name), h(host_name)) %> | <a href="/view.txt?file=<%= h(name) %>"><%= t.runit.view_file.raw %></a>
|
3
3
|
|
4
4
|
<pre><%= h(text) %></pre>
|
5
5
|
<% end %>
|