Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Commits
8c5586dd
Commit
8c5586dd
authored
4 years ago
by
Shpuld Shpludson
Browse files
Options
Downloads
Patches
Plain Diff
remove 'md' size that doesn't exist
parent
a84db4bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1278
Merge develop into master for 2.2.0
,
!1268
Fix errors: remove 'md' size that doesn't exist
Pipeline
#32434
passed
4 years ago
Stage: lint
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/extra_buttons/extra_buttons.vue
+0
-9
0 additions, 9 deletions
src/components/extra_buttons/extra_buttons.vue
with
0 additions
and
9 deletions
src/components/extra_buttons/extra_buttons.vue
+
0
−
9
View file @
8c5586dd
...
...
@@ -16,7 +16,6 @@
@
click.prevent=
"muteConversation"
>
<FAIcon
size=
"md"
fixed-width
icon=
"eye-slash"
/><span>
{{
$t
(
"
status.mute_conversation
"
)
}}
</span>
...
...
@@ -27,7 +26,6 @@
@
click.prevent=
"unmuteConversation"
>
<FAIcon
size=
"md"
fixed-width
icon=
"eye-slash"
/><span>
{{
$t
(
"
status.unmute_conversation
"
)
}}
</span>
...
...
@@ -39,7 +37,6 @@
@
click=
"close"
>
<FAIcon
size=
"md"
fixed-width
icon=
"thumbtack"
/><span>
{{
$t
(
"
status.pin
"
)
}}
</span>
...
...
@@ -51,7 +48,6 @@
@
click=
"close"
>
<FAIcon
size=
"md"
fixed-width
icon=
"thumbtack"
/><span>
{{
$t
(
"
status.unpin
"
)
}}
</span>
...
...
@@ -63,7 +59,6 @@
@
click=
"close"
>
<FAIcon
size=
"md"
fixed-width
:icon=
"['far', 'bookmark']"
/><span>
{{
$t
(
"
status.bookmark
"
)
}}
</span>
...
...
@@ -75,7 +70,6 @@
@
click=
"close"
>
<FAIcon
size=
"md"
fixed-width
icon=
"bookmark"
/><span>
{{
$t
(
"
status.unbookmark
"
)
}}
</span>
...
...
@@ -87,7 +81,6 @@
@
click=
"close"
>
<FAIcon
size=
"md"
fixed-width
icon=
"times"
/><span>
{{
$t
(
"
status.delete
"
)
}}
</span>
...
...
@@ -98,7 +91,6 @@
@
click=
"close"
>
<FAIcon
size=
"md"
fixed-width
icon=
"share-alt"
/><span>
{{
$t
(
"
status.copy_link
"
)
}}
</span>
...
...
@@ -109,7 +101,6 @@
<FAIcon
class=
"ExtraButtons fa-scale-110 fa-old-padding"
icon=
"ellipsis-h"
size=
"md"
/>
</span>
</Popover>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment