Sha256: f4d386514e6315e3825c6641829c42da4b6c3c2796fb281a4b9cb6d592b17cf6
Contents?: true
Size: 463 Bytes
Versions: 9
Compression:
Stored size: 463 Bytes
Contents
<% content_for :content do %> <%= t('runit.view_file.header', :file =>h(name), :host => h(host_name)) %> | <a href="/view.txt?file=<%= h(name) %>"><%= t('runit.view_file.raw') %></a> <pre><%= h(text) %></pre> <% end %> <% content_for :footer do %> <p> <%= t('runit.view_file.updated', :time => Time.now.utc) %> <a href="javascript:;" rel="nofollow" onclick="window.location.reload()"><%= t('runit.view_file.reload') %></a> </p> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems