oauth2 code授权方式登录css
This commit is contained in:
parent
1a2d01df17
commit
f01da70e8a
|
@ -6,8 +6,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<%= 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) %>
|
||||
<style>
|
||||
|
@ -122,12 +122,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<header class="page-header" role="banner">
|
||||
<div class="logo-wraper">
|
||||
<img src="https://www.gitlink.org.cn/images/avatars/LaboratorySetting/1nav?t=1638344455" style="cursor: pointer;width: 80px;">
|
||||
<img src="https://ali-cdn.educoder.net/images/avatars/LaboratorySetting/1login" style="cursor: pointer;width: 80px;">
|
||||
</div>
|
||||
</header>
|
||||
<div id="container">
|
||||
</header>
|
||||
<div id="container">
|
||||
<%- if flash[:notice].present? %>
|
||||
<div class="alert alert-info">
|
||||
<%= flash[:notice] %>
|
||||
|
@ -135,7 +135,7 @@
|
|||
<% end -%>
|
||||
|
||||
<%= yield %>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue