summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-13 17:43:50 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-13 17:43:50 +0200
commit73b958e809e01517598727ec49cce7712bf685c5 (patch)
treeee116246f5ae00a69c5da3d5f5173ff9ab52ec6b /app
parent862edbf4d5fdb9a88f84bfa1d51ab8cc83896094 (diff)
Name the desktop label band
Convert the gutter, the label column and the gap from four literals in three rules two named variables.
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/admin.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index a84c8927..9c9296f8 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -48,7 +48,6 @@
48 <div id="content"> 48 <div id="content">
49 <%= yield %> 49 <%= yield %>
50 </div> 50 </div>
51 <div id="results"></div>
52 </div> 51 </div>
53 </body> 52 </body>
54</html> 53</html>