We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55afcf7 commit 047bb92Copy full SHA for 047bb92
2 files changed
app/views/devise/registrations/_legacy_api_token.html.erb
@@ -3,7 +3,7 @@
3
<% api_wikis = Rails.configuration.x.application.api_documentation_urls %>
4
<div id="legacy-api-token" class="panel mb-4" style="border: 1px solid #0a0a0a">
5
<div class="nav nav-tabs">
6
- <%= _('Legacy API') %>
+ <span style="margin-left: 12px;"><%= _('Legacy API') %></span>
7
</div>
8
<div class="panel-body">
9
<div class="form-group mb-3 col-xs-8">
app/views/devise/registrations/_v2_api_token.html.erb
@@ -2,7 +2,7 @@
2
<div id="v2-api-token" class="panel mb-4" style="border: 1px solid #0a0a0a">
- <%= _('V2 API') %>
+ <span style="margin-left: 12px;"><%= _('V2 API') %></span>
<% if Api::V2::InternalUserAccessTokenService.application_present? %>
0 commit comments