summaryrefslogtreecommitdiff
path: root/app/views/otp_challenges/new.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-24 18:04:56 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-24 18:04:56 +0200
commit50ca5e40f461290a2db7452b95f80dd3188dba1d (patch)
tree2d94b44463afa35ef6cab73b8aac70c38c4cc0bf /app/views/otp_challenges/new.html.erb
parentd5883869e97244335370d54e21ef46b3f1885899 (diff)
Rename layout classes to what they actually do
Diffstat (limited to 'app/views/otp_challenges/new.html.erb')
-rw-r--r--app/views/otp_challenges/new.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/otp_challenges/new.html.erb b/app/views/otp_challenges/new.html.erb
index b0d204fb..d6e18c85 100644
--- a/app/views/otp_challenges/new.html.erb
+++ b/app/views/otp_challenges/new.html.erb
@@ -1,8 +1,8 @@
1<h1>Second factor</h1> 1<h1>Second factor</h1>
2 2
3<div id="page_editor"> 3<div id="admin_layout">
4 <div class="node_description">Code</div> 4 <div class="layout_row_label">Code</div>
5 <div class="node_content"> 5 <div class="layout_row_content">
6 <%= form_tag otp_challenge_path, :method => :post, :class => "otp_form" do %> 6 <%= form_tag otp_challenge_path, :method => :post, :class => "otp_form" do %>
7 <%= text_field_tag :code, nil, :autofocus => true, 7 <%= text_field_tag :code, nil, :autofocus => true,
8 :autocomplete => "one-time-code", :inputmode => "numeric" %> 8 :autocomplete => "one-time-code", :inputmode => "numeric" %>