You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
554 B
18 lines
554 B
<div id="check" class="container">
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<h1><%= t 'User agent compatibility' %></h1>
|
|
<h2><%= t 'Cipher suite' %></h2>
|
|
<%= form_tag suite_path do %>
|
|
<div class="form-group">
|
|
<div class="col-sm-10">
|
|
<%= text_field_tag :suite, nil, class: %i(form-control input-lg), placeholder: 'EECDH+AES' %>
|
|
</div>
|
|
<div class="col-sm-2">
|
|
<%= submit_tag t('Test me!'), class: %i(form-control btn btn-primary input-lg pull-right) %>
|
|
</div>
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|