allow users with admin:metrics to read app metrics
[akkoma] / lib / pleroma / web / templates / o_auth / o_auth / show.html.eex
index a2f41618e66f0ec0f3f637a10162966ae542ff1d..48c3c5eb92afdf79bf53a25c095f64799760fc7f 100644 (file)
@@ -20,7 +20,9 @@
 
 <div class="container__content">
   <%= if @app do %>
-    <p><%= raw Gettext.dpgettext("static_pages", "oauth authorize message", "Application <strong>%{client_name}</strong> is requesting access to your account.", client_name: safe_to_string(html_escape(@app.client_name))) %></p>
+    <div class="panel-heading">
+      <p><%= raw Gettext.dpgettext("static_pages", "oauth authorize message", "Application <strong>%{client_name}</strong> is requesting access to your account.", client_name: safe_to_string(html_escape(@app.client_name))) %></p>
+    </div>
     <%= render @view_module, "_scopes.html", Map.merge(assigns, %{form: f}) %>
   <% end %>