Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
728c7fdf
Commit
728c7fdf
authored
Aug 07, 2017
by
Aria Givi
Browse files
Fehlende CSS Klasse hinzugefuegt
parent
36812f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/settings.blade.php
View file @
728c7fdf
...
...
@@ -59,7 +59,7 @@
</
div
>
</
container
>
<
div
id
=
"settingsButtons"
>
<
a
id
=
"settings-abort-btn"
class
=
"btn btn-danger mutelink"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
>@
lang
(
'settings.abort'
)
<
i
class
=
"fa fa-times"
aria
-
hidden
=
"true"
></
i
></
a
>
<
a
id
=
"settings-abort-btn"
class
=
"btn btn-danger mutelink
settings-btn
"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
>@
lang
(
'settings.abort'
)
<
i
class
=
"fa fa-times"
aria
-
hidden
=
"true"
></
i
></
a
>
<
input
id
=
"unten"
class
=
"btn btn-primary settings-btn"
type
=
"submit"
value
=
"{!! trans('settings.speichern.1') !!}"
>
<
input
id
=
"save"
class
=
"btn btn-primary settings-btn hidden"
type
=
"button"
data
-
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
value
=
"{!! trans('settings.speichern.2') !!}"
>
<
input
id
=
"plugin"
class
=
"btn btn-primary settings-btn"
type
=
"submit"
value
=
"{!! trans('settings.speichern.3') !!}"
>
...
...
Write
Preview
Supports
Markdown
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