Issue #2851 fixed
This commit is contained in:
parent
f4f84c0a0f
commit
7d360626e0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"/js/admin.js": "/js/admin.js?id=c7c2ef0a298910b82304",
|
"/js/admin.js": "/js/admin.js?id=2701b1627d73faa941d6",
|
||||||
"/css/admin.css": "/css/admin.css?id=f2c6fe51889bca1fb79d"
|
"/css/admin.css": "/css/admin.css?id=83d132435533a0253470"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,15 @@
|
||||||
border-bottom: 1px solid $border-color;
|
border-bottom: 1px solid $border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-header {
|
||||||
|
.control-group {
|
||||||
|
&.date::after {
|
||||||
|
left: unset;
|
||||||
|
top: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -52,10 +52,11 @@
|
||||||
@slot('subcopy')
|
@slot('subcopy')
|
||||||
@lang(
|
@lang(
|
||||||
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
|
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
|
||||||
'into your web browser: [:actionURL](:actionURL)',
|
'into your web browser: [:displayableActionUrl](:actionURL)',
|
||||||
[
|
[
|
||||||
'actionText' => $actionText,
|
'actionText' => $actionText,
|
||||||
'actionURL' => $actionUrl,
|
'actionURL' => $actionUrl,
|
||||||
|
'displayableActionUrl' => $displayableActionUrl,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
@endslot
|
@endslot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue