Skip to content
Snippets Groups Projects
Commit b292359c authored by Clement Ho's avatar Clement Ho
Browse files

[skip ci] Convert btn-xs to btn-sm

parent ac2f1141
No related branches found
No related tags found
No related merge requests found
Showing
with 41 additions and 41 deletions
Loading
Loading
@@ -89,7 +89,7 @@ export default {
v-show="hasError"
class="btn-group"
>
<div class="btn btn-default btn-xs disabled">
<div class="btn btn-default btn-sm disabled">
<icon
class="prepend-left-8 append-right-8"
name="doc_image"
Loading
Loading
@@ -98,7 +98,7 @@ export default {
/>
</div>
<div
class="btn btn-default btn-xs disabled"
class="btn btn-default btn-sm disabled"
>
<span class="prepend-left-8 append-right-8">{{ s__('Badges|No badge image') }}</span>
</div>
Loading
Loading
@@ -106,7 +106,7 @@ export default {
 
<button
v-show="hasError"
class="btn btn-transparent btn-xs text-primary"
class="btn btn-transparent btn-sm text-primary"
type="button"
v-tooltip
:title="s__('Badges|Reload badge image')"
Loading
Loading
Loading
Loading
@@ -39,7 +39,7 @@ export default {
v-if="!file.binary"
:href="file.blamePath"
:title="__('Blame')"
class="btn btn-xs btn-transparent blame"
class="btn btn-sm btn-transparent blame"
>
<icon
name="blame"
Loading
Loading
@@ -50,7 +50,7 @@ export default {
v-tooltip
:href="file.commitsPath"
:title="__('History')"
class="btn btn-xs btn-transparent history"
class="btn btn-sm btn-transparent history"
>
<icon
name="history"
Loading
Loading
@@ -61,7 +61,7 @@ export default {
v-tooltip
:href="file.permalink"
:title="__('Permalink')"
class="btn btn-xs btn-transparent permalink"
class="btn btn-sm btn-transparent permalink"
>
<icon
name="link"
Loading
Loading
@@ -72,7 +72,7 @@ export default {
v-tooltip
:href="file.rawPath"
target="_blank"
class="btn btn-xs btn-transparent prepend-left-10 raw"
class="btn btn-sm btn-transparent prepend-left-10 raw"
rel="noopener noreferrer"
:title="rawDownloadButtonLabel">
<icon
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@ document.addEventListener('DOMContentLoaded', () => {
const twoFactorNode = document.querySelector('.js-two-factor-auth');
const skippable = twoFactorNode.dataset.twoFactorSkippable === 'true';
if (skippable) {
const button = `<a class="btn btn-xs btn-warning float-right" data-method="patch" href="${twoFactorNode.dataset.two_factor_skip_url}">Configure it later</a>`;
const button = `<a class="btn btn-sm btn-warning float-right" data-method="patch" href="${twoFactorNode.dataset.two_factor_skip_url}">Configure it later</a>`;
const flashAlert = document.querySelector('.flash-alert .container-fluid');
if (flashAlert) flashAlert.insertAdjacentHTML('beforeend', button);
}
Loading
Loading
Loading
Loading
@@ -127,7 +127,7 @@ export default {
</span>
<loading-button
v-if="deployment.stop_url"
container-class="btn btn-secondary btn-xs prepend-left-default"
container-class="btn btn-secondary btn-sm prepend-left-default"
label="Stop environment"
:loading="isStopping"
@click="stopEnvironment"
Loading
Loading
Loading
Loading
@@ -42,7 +42,7 @@
@click="refreshWidget"
:disabled="isRefreshing"
type="button"
class="btn btn-xs btn-secondary"
class="btn btn-sm btn-secondary"
>
<loading-icon
v-if="isRefreshing"
Loading
Loading
Loading
Loading
@@ -43,13 +43,13 @@ To merge this request, first rebase locally.`) }}
<a
v-if="mr.canMerge && mr.conflictResolutionPath"
:href="mr.conflictResolutionPath"
class="js-resolve-conflicts-button btn btn-secondary btn-xs"
class="js-resolve-conflicts-button btn btn-secondary btn-sm"
>
{{ s__("mrWidget|Resolve conflicts") }}
</a>
<button
v-if="mr.canMerge"
class="js-merge-locally-button btn btn-secondary btn-xs"
class="js-merge-locally-button btn btn-secondary btn-sm"
data-toggle="modal"
data-target="#modal_merge_info"
>
Loading
Loading
Loading
Loading
@@ -94,7 +94,7 @@
</span>
<button
@click="refresh"
class="btn btn-secondary btn-xs js-refresh-button"
class="btn btn-secondary btn-sm js-refresh-button"
type="button"
>
{{ s__("mrWidget|Refresh now") }}
Loading
Loading
Loading
Loading
@@ -94,7 +94,7 @@
:disabled="isCancellingAutoMerge"
role="button"
href="#"
class="btn btn-xs btn-secondary js-cancel-auto-merge">
class="btn btn-sm btn-secondary js-cancel-auto-merge">
<i
v-if="isCancellingAutoMerge"
class="fa fa-spinner fa-spin"
Loading
Loading
@@ -129,7 +129,7 @@
:disabled="isRemovingSourceBranch"
@click.prevent="removeSourceBranch"
role="button"
class="btn btn-xs btn-secondary js-remove-source-branch"
class="btn btn-sm btn-secondary js-remove-source-branch"
href="#"
>
<i
Loading
Loading
Loading
Loading
@@ -116,7 +116,7 @@
<a
v-if="mr.canRevertInCurrentMR"
v-tooltip
class="btn btn-close btn-xs"
class="btn btn-close btn-sm"
href="#modal-revert-commit"
data-toggle="modal"
data-container="body"
Loading
Loading
@@ -127,7 +127,7 @@
<a
v-else-if="mr.revertInForkPath"
v-tooltip
class="btn btn-close btn-xs"
class="btn btn-close btn-sm"
data-method="post"
:href="mr.revertInForkPath"
:title="revertTitle"
Loading
Loading
@@ -137,7 +137,7 @@
<a
v-if="mr.canCherryPickInCurrentMR"
v-tooltip
class="btn btn-secondary btn-xs"
class="btn btn-secondary btn-sm"
href="#modal-cherry-pick-commit"
data-toggle="modal"
data-container="body"
Loading
Loading
@@ -148,7 +148,7 @@
<a
v-else-if="mr.cherryPickInForkPath"
v-tooltip
class="btn btn-secondary btn-xs"
class="btn btn-secondary btn-sm"
data-method="post"
:href="mr.cherryPickInForkPath"
:title="cherryPickTitle"
Loading
Loading
@@ -175,7 +175,7 @@
@click="removeSourceBranch"
:disabled="isMakingRequest"
type="button"
class="btn btn-xs btn-secondary js-remove-branch-button"
class="btn btn-sm btn-secondary js-remove-branch-button"
>
{{ s__("mrWidget|Remove Source Branch") }}
</button>
Loading
Loading
Loading
Loading
@@ -306,7 +306,7 @@ export default {
v-else
@click="toggleCommitMessageEditor"
:disabled="isMergeButtonDisabled"
class="js-modify-commit-message-button btn btn-default btn-xs"
class="js-modify-commit-message-button btn btn-default btn-sm"
type="button">
Modify commit message
</button>
Loading
Loading
Loading
Loading
@@ -54,7 +54,7 @@ export default {
@click="removeWIP"
:disabled="isMakingRequest"
type="button"
class="btn btn-default btn-xs js-remove-wip">
class="btn btn-default btn-sm js-remove-wip">
<i
v-if="isMakingRequest"
class="fa fa-spinner fa-spin"
Loading
Loading
Loading
Loading
@@ -28,7 +28,7 @@ export default {
<a
v-if="mr.createIssueToResolveDiscussionsPath"
:href="mr.createIssueToResolveDiscussionsPath"
class="btn btn-secondary btn-xs js-create-issue"
class="btn btn-secondary btn-sm js-create-issue"
>
{{ s__("mrWidget|Create an issue to resolve them later") }}
</a>
Loading
Loading
Loading
Loading
@@ -111,7 +111,7 @@
Attach a file
</button>
<button
class="btn btn-secondary btn-xs d-none button-cancel-uploading-files"
class="btn btn-secondary btn-sm d-none button-cancel-uploading-files"
type="button"
>
Cancel
Loading
Loading
Loading
Loading
@@ -32,7 +32,7 @@
%td
= message.ends_at
%td
= link_to icon('pencil-square-o'), edit_admin_broadcast_message_path(message), title: 'Edit', class: 'btn btn-xs'
= link_to icon('times'), admin_broadcast_message_path(message), method: :delete, remote: true, title: 'Remove', class: 'js-remove-tr btn btn-xs btn-danger'
= link_to icon('pencil-square-o'), edit_admin_broadcast_message_path(message), title: 'Edit', class: 'btn btn-sm'
= link_to icon('times'), admin_broadcast_message_path(message), method: :delete, remote: true, title: 'Remove', class: 'js-remove-tr btn btn-sm btn-danger'
 
= paginate @broadcast_messages, theme: 'gitlab'
Loading
Loading
@@ -117,7 +117,7 @@
group members
%span.badge.badge-pill= @group.members.size
.float-right
= link_to icon('pencil-square-o', text: 'Manage access'), polymorphic_url([@group, :members]), class: "btn btn-xs"
= link_to icon('pencil-square-o', text: 'Manage access'), polymorphic_url([@group, :members]), class: "btn btn-sm"
%ul.well-list.group-users-list.content-list.members-list
= render partial: 'shared/members/member', collection: @members, as: :member, locals: { show_controls: false }
.card-footer
Loading
Loading
Loading
Loading
@@ -4,9 +4,9 @@
%td
= identity.extern_uid
%td
= link_to edit_admin_user_identity_path(@user, identity), class: 'btn btn-xs btn-grouped' do
= link_to edit_admin_user_identity_path(@user, identity), class: 'btn btn-sm btn-grouped' do
Edit
= link_to [:admin, @user, identity], method: :delete,
class: 'btn btn-xs btn-danger',
class: 'btn btn-sm btn-danger',
data: { confirm: "Are you sure you want to remove this identity?" } do
Delete
Loading
Loading
@@ -164,7 +164,7 @@
group members
%span.badge.badge-pill= @group_members.size
.float-right
= link_to admin_group_path(@group), class: 'btn btn-xs' do
= link_to admin_group_path(@group), class: 'btn btn-sm' do
= icon('pencil-square-o', text: 'Manage access')
%ul.well-list.content-list.members-list
= render partial: 'shared/members/member', collection: @group_members, as: :member, locals: { show_controls: false }
Loading
Loading
@@ -179,7 +179,7 @@
project members
%span.badge.badge-pill= @project.users.size
.float-right
= link_to icon('pencil-square-o', text: 'Manage access'), polymorphic_url([@project, :members]), class: "btn btn-xs"
= link_to icon('pencil-square-o', text: 'Manage access'), polymorphic_url([@project, :members]), class: "btn btn-sm"
%ul.well-list.project_members.content-list.members-list
= render partial: 'shared/members/member', collection: @project_members, as: :member, locals: { show_controls: false }
.card-footer
Loading
Loading
Loading
Loading
@@ -46,7 +46,7 @@
= project.full_name
%td
.float-right
= link_to 'Disable', [:admin, project.namespace.becomes(Namespace), project, runner_project], method: :delete, class: 'btn btn-danger btn-xs'
= link_to 'Disable', [:admin, project.namespace.becomes(Namespace), project, runner_project], method: :delete, class: 'btn btn-danger btn-sm'
 
%table.table.unassigned-projects
%thead
Loading
Loading
@@ -70,7 +70,7 @@
.float-right
= form_for [:admin, project.namespace.becomes(Namespace), project, project.runner_projects.new] do |f|
= f.hidden_field :runner_id, value: @runner.id
= f.submit 'Enable', class: 'btn btn-xs'
= f.submit 'Enable', class: 'btn btn-sm'
= paginate @projects, theme: "gitlab"
 
.col-md-6
Loading
Loading
Loading
Loading
@@ -24,16 +24,16 @@
%td
- if user
= link_to 'Remove user', admin_spam_log_path(spam_log, remove_user: true),
data: { confirm: "USER #{user.name} WILL BE REMOVED! Are you sure?" }, method: :delete, class: "btn btn-xs btn-remove"
data: { confirm: "USER #{user.name} WILL BE REMOVED! Are you sure?" }, method: :delete, class: "btn btn-sm btn-remove"
%td
- if spam_log.submitted_as_ham?
.btn.btn-xs.disabled
.btn.btn-sm.disabled
Submitted as ham
- else
= link_to 'Submit as ham', mark_as_ham_admin_spam_log_path(spam_log), method: :post, class: 'btn btn-xs btn-warning'
= link_to 'Submit as ham', mark_as_ham_admin_spam_log_path(spam_log), method: :post, class: 'btn btn-sm btn-warning'
- if user && !user.blocked?
= link_to 'Block user', block_admin_user_path(user), data: {confirm: 'USER WILL BE BLOCKED! Are you sure?'}, method: :put, class: "btn btn-xs"
= link_to 'Block user', block_admin_user_path(user), data: {confirm: 'USER WILL BE BLOCKED! Are you sure?'}, method: :put, class: "btn btn-sm"
- else
.btn.btn-xs.disabled
.btn.btn-sm.disabled
Already blocked
= link_to 'Remove log', [:admin, spam_log], remote: true, method: :delete, class: "btn btn-xs btn-close js-remove-tr"
= link_to 'Remove log', [:admin, spam_log], remote: true, method: :delete, class: "btn btn-sm btn-close js-remove-tr"
Loading
Loading
@@ -14,7 +14,7 @@
.float-right
%span.light.vertical-align-middle= group_member.human_access
- unless group_member.owner?
= link_to group_group_member_path(group, group_member), data: { confirm: remove_member_message(group_member) }, method: :delete, remote: true, class: "btn-xs btn btn-remove prepend-left-10", title: 'Remove user from group' do
= link_to group_group_member_path(group, group_member), data: { confirm: remove_member_message(group_member) }, method: :delete, remote: true, class: "btn-sm btn btn-remove prepend-left-10", title: 'Remove user from group' do
%i.fa.fa-times.fa-inverse
 
.row
Loading
Loading
@@ -44,5 +44,5 @@
%span.light.vertical-align-middle= member.human_access
 
- if member.respond_to? :project
= link_to project_project_member_path(project, member), data: { confirm: remove_member_message(member) }, remote: true, method: :delete, class: "btn-xs btn btn-remove prepend-left-10", title: 'Remove user from project' do
= link_to project_project_member_path(project, member), data: { confirm: remove_member_message(member) }, remote: true, method: :delete, class: "btn-sm btn btn-remove prepend-left-10", title: 'Remove user from project' do
%i.fa.fa-times
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment