Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Immerda Apps
Schichtplan
Commits
2f3eddf5
Commit
2f3eddf5
authored
Oct 23, 2022
by
mahogony
Browse files
Cancel edit shift description
parent
dfbe1435
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
public/js/app.js
View file @
2f3eddf5
This diff is collapsed.
Click to expand it.
resources/lang/de/plan.php
View file @
2f3eddf5
...
...
@@ -9,6 +9,7 @@ return [
'passwordDesc'
=>
'Passwort'
,
'samePassword'
=>
'Das von dir gewählte Passwort'
,
'save'
=>
'Schichtplan speichern'
,
'cancel'
=>
'Abbrechen'
,
'unsubscribe'
=>
'Ausschreiben'
,
'subscribe'
=>
'Einschreiben'
,
'edit'
=>
'Planbeschreibung Bearbeiten'
,
...
...
resources/lang/en/plan.php
View file @
2f3eddf5
...
...
@@ -9,6 +9,7 @@ return [
'passwordDesc'
=>
'Password'
,
'samePassword'
=>
'The password will be the same'
,
'save'
=>
'Save plan'
,
'cancel'
=>
'Cancel'
,
'unsubscribe'
=>
'Unsubscribe'
,
'subscribe'
=>
'Subscribe'
,
'edit'
=>
'Edit Plan Description'
,
...
...
resources/lang/es/plan.php
View file @
2f3eddf5
...
...
@@ -9,6 +9,7 @@ return [
'passwordDesc'
=>
'Contraseña'
,
'samePassword'
=>
'La contraseña que elegiste'
,
'save'
=>
'Guardar plan de turnos'
,
'cancel'
=>
'Cancelar'
,
'unsubscribe'
=>
'Darse de baja'
,
'subscribe'
=>
'Suscribir'
,
'edit'
=>
'Editar descripción del plan'
,
...
...
resources/views/plan/create.blade.php
View file @
2f3eddf5
...
...
@@ -51,6 +51,11 @@
</
svg
>
{{
__
(
'plan.save'
)}}
</
button
>
@
if
(
isset
(
$plan
->
id
)
&&
$plan
->
id
>
0
)
<
a
class
=
"bg-green-800 hover:bg-green-600 py-2 px-4 rounded mb-4 inline-block text-white font-bold"
href
=
"{{ route('plan.admin',
$plan
) }}"
>
{{
__
(
'plan.cancel'
)}}
</
a
>
@
endif
</
form
>
</
div
>
@
endsection
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment