journalduhacker/app/views/settings/twofa_enroll.html.erb

22 lines
361 B
Plaintext
Raw Normal View History

<div class="box wide">
<div class="legend right">
2017-05-17 18:13:24 +02:00
<a href="/settings"><%= t('.backtosettings') %></a>
</div>
<div class="legend">
<%= @title %>
</div>
<p>
2017-05-17 18:13:24 +02:00
<%= raw(t('.scanqrcode')) %>
</p>
<%= raw @qr_svg %>
<p>
2017-05-17 18:13:24 +02:00
<%= t('.registring') %>
</p>
<p>
2017-05-17 18:13:24 +02:00
<%= button_to t('.verifyenable'), twofa_verify_url, :method => :get %>
</div>