Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mapas
theme-RCV
Commits
9f9c3b74
Commit
9f9c3b74
authored
2 weeks ago
by
israelmelo
Browse files
Options
Download
Email Patches
Plain Diff
Corrige layout do botão logar na single do agente
parent
ed497ae9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
assets-src/sass/2.components/_entity-actions.scss
assets-src/sass/2.components/_entity-actions.scss
+2
-0
layouts/parts/admin-login-as-user--link.php
layouts/parts/admin-login-as-user--link.php
+12
-0
No files found.
assets-src/sass/2.components/_entity-actions.scss
View file @
9f9c3b74
...
...
@@ -13,6 +13,8 @@
}
&
--groupBtn
{
margin-inline-end
:
size
(
25
);
.button
,
.button.publish
{
background-color
:
$agents-500
;
...
...
This diff is collapsed.
Click to expand it.
layouts/parts/admin-login-as-user--link.php
0 → 100644
View file @
9f9c3b74
<?php
/**
* @var MapasCulturais\App $app
* @var MapasCulturais\Themes\BaseV2\Theme $this
*/
use
MapasCulturais\i
;
?>
<mc-link
v-if=
"global.auth.is('admin') && !entity.userId"
route=
"auth/asUserId"
:params=
"{id:entity.id}"
icon=
"arrow-up"
class=
"button button--primary button--sm button--icon"
right-icon
>
<?=
i
::
__
(
'logar'
)
?>
</mc-link>
<mc-link
v-if=
"global.auth.is('admin') && entity.userId"
route=
"auth/asUserId"
:params=
"{id:entity.userId, agent_id: entity.id}"
icon=
"arrow-up"
class=
"button button--icon button--md login"
right-icon
>
<?=
i
::
__
(
'logar'
)
?>
</mc-link>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment