cryptcheck-rails/app/views/ssh/no_ssh.html.erb

13 lines
350 B
Plaintext
Raw Normal View History

2015-08-27 21:39:14 +00:00
<div id="check" class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h1>
<%= @host %> ne supporte pas SSH
</h1>
<% if Time.now - @result.date >= Rails.configuration.refresh_delay %>
<%= link_to 'Rafraîchir', {action: :refresh}, class: %i(btn btn-default pull-right) %>
<% end %>
</div>
</div>
</div>