From f01da70e8ad8a162f211387a86fbce91777545db Mon Sep 17 00:00:00 2001 From: xiaoxiaoqiong Date: Tue, 5 Jul 2022 15:01:12 +0800 Subject: [PATCH] =?UTF-8?q?oauth2=20code=E6=8E=88=E6=9D=83=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E7=99=BB=E5=BD=95css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layouts/doorkeeper/application.html.erb | 214 +++++++++--------- 1 file changed, 107 insertions(+), 107 deletions(-) diff --git a/app/views/layouts/doorkeeper/application.html.erb b/app/views/layouts/doorkeeper/application.html.erb index 856bf4685..e10eeaacd 100644 --- a/app/views/layouts/doorkeeper/application.html.erb +++ b/app/views/layouts/doorkeeper/application.html.erb @@ -6,136 +6,136 @@ - <%= javascript_include_tag :application, 'data-turbolinks-track': 'reload'%> - <%= stylesheet_link_tag "doorkeeper/doorkeeper" %> + <%= javascript_include_tag :application, 'data-turbolinks-track': 'reload' %> + <%= stylesheet_link_tag "doorkeeper/application" %> <%= csrf_meta_tags %> <%= yield(:css) if content_for?(:css) %> - -
- <%- if flash[:notice].present? %> + +
+ <%- if flash[:notice].present? %>
<%= flash[:notice] %>
- <% end -%> + <% end -%> - <%= yield %> -
+ <%= yield %> +
\ No newline at end of file