forked from devuan/www.devuan.org

4 changed files with 32 additions and 19 deletions
@ -1,8 +1,8 @@ |
|||
### <%= link_to(m.name, "http://#{m.host}#{m.path}") %> |
|||
<%= content_tag(:h3, link_to(m.name, "http://#{m.host}#{m.path}")) %> |
|||
|
|||
- <%= m.protocols.map do |p| |
|||
link_to(p, URI.parse("#{p}://#{m.host}#{m.path}")) |
|||
end.join(', ') %> |
|||
- Bandwidth: <%= m.bandwidth %> |
|||
- Frequency: <%= pluralize(m.frequency / 3600, 'hour') %> |
|||
- See <%= link_to('issue', m.issue) %> |
|||
- Frequency: <%= pluralize(m.frequency, 'hour') %> |
|||
- Status: <%= link_to(m.status, m.issue) %> |
|||
|
Loading…
Reference in new issue