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
eb2ae3c6
Commit
eb2ae3c6
authored
Nov 14, 2017
by
Aria Givi
Browse files
Tooltip fuer Fokus bearbeiten Button hinzugefuegt
parent
f0476e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/parts/searchbar.blade.php
View file @
eb2ae3c6
...
...
@@ -27,7 +27,13 @@
<
div
class
=
"search-edit-focus js-only"
>
<
button
type
=
"button"
id
=
"editFocusBtn"
title
=
"@lang('index.edit-focus')"
>
<
i
class
=
"fa fa-wrench"
></
i
>
</
button
>
</
button
><
div
class
=
"searchbar-tooltip"
>
<
div
class
=
"searchbar-tooltip-arrow"
>
</
div
>
<
div
class
=
"searchbar-tooltip-content"
>
<
p
>
{{{
trans
(
'index.edit-focus'
)
}}}
</
p
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"search-settings"
>
<
a
id
=
"settings-btn"
class
=
"mutelink btn btn-default"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
settings
") }}"
>
...
...
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