Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
799
Merge Requests
50
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
ef64adba
Commit
ef64adba
authored
1 hour ago
by
Emiliano Balbuena
Browse files
Options
Download
(fix): Styling and language
parent
41650ade
goal/withdrawals-approval
1 merge request
!652
(feat): Withdrawal status support
Pipeline
#95653303
passed with stages
in 37 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/app/controllers/admin/withdrawals/withdrawals.component.html
View file @
ef64adba
...
...
@@ -111,8 +111,8 @@
class=
"m-admin-withdrawals__notice"
*ngIf=
"!inProgress && !withdrawals?.length"
>
No withdrawals to show. You can access a user's
withdrawal ledger by using
the admin
drop-down on their channel.
No withdrawals to show. You can access a user's
ledger by using the admin
drop-down on their channel.
</div>
<infinite-scroll
...
...
This diff is collapsed.
src/app/controllers/admin/withdrawals/withdrawals.component.scss
View file @
ef64adba
...
...
@@ -85,7 +85,7 @@
.m-admin-withdrawals__notice
{
max-width
:
600px
;
margin
:
32px
0
;
margin
:
32px
auto
;
padding
:
16px
;
border
:
1px
solid
;
border-radius
:
4px
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment