cartodb-4.42/app/views/carto/oauth_provider/consent.html.erb
2024-04-06 22:15:46 +08:00

27 lines
565 B
Plaintext

<%= content_for(:title) do %>CARTO · OAuth Authentication<% end %>
<%= content_for(:css) do %>
<%= stylesheet_link_tag 'oauth', :media => 'all' %>
<% end %>
<div class='oauth-page'>
<div class='oauth-form'>
<header class='oauth-form__header'>
<%= render :partial => 'header' %>
</header>
<% if @error.present? %>
<%= render :partial => 'errors' %>
<% else %>
<%= render :partial => 'scopes' %>
<% end %>
<footer class='oauth-form__footer'>
<%= render :partial => 'footer' %>
</footer>
</div>
</div>