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
30a4f225
Commit
30a4f225
authored
Aug 19, 2021
by
Kim Höfer
Browse files
delete useless fragment links and change textcolor
parent
6584c01d
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/help_faq.less
View file @
30a4f225
...
...
@@ -51,7 +51,7 @@
.help-topic-row{
display: flex;gap: 10px;
}
.help-topic
{
.help-topic
, .help-topic:visited
{
width: 160px;
height: 90px;
display: block;
...
...
@@ -59,6 +59,7 @@
border-radius: 5px;
background-color: white;
position: relative;
color:black;
}
.help-topic > p {
...
...
resources/views/help/help.blade.php
View file @
30a4f225
...
...
@@ -6,14 +6,14 @@
<
h2
>
{
!!
trans
(
'help/help.tableofcontents.1'
)
!!
}
</
h2
>
<
div
class
=
"help-topic-row"
>
<
a
href
=
"/hilfe/hauptseiten
#startseite
"
class
=
"help-topic"
>
<
a
href
=
"/hilfe/hauptseiten"
class
=
"help-topic"
>
<
p
>
{
!!
trans
(
'help/help.tableofcontents.1.1'
)
!!
}
</
p
>
</
a
>
<
a
href
=
"/hilfe/hauptseiten#suchfeld"
class
=
"help-topic"
>
<
p
>
{
!!
trans
(
'help/help.tableofcontents.1.2'
)
!!
}
</
p
>
</
a
>
<
a
href
=
"/hilfe/hauptseiten#ergebnis"
class
=
"help-topic"
>
<
p
"
>{!! trans('help/help.tableofcontents.1.3') !!}</p>
<
p
>
{
!!
trans
(
'help/help.tableofcontents.1.3'
)
!!
}
</
p
>
</
a
>
<
a
href
=
"/hilfe/hauptseiten#einstellungen"
class
=
"help-topic"
>
<
p
>
{
!!
trans
(
'help/help.tableofcontents.1.4'
)
!!
}
</
p
>
...
...
@@ -22,7 +22,7 @@
<
h2
>
{
!!
trans
(
'help/help.tableofcontents.2'
)
!!
}
</
h2
>
<
div
class
=
"help-topic-row"
>
<
a
href
=
"/hilfe/funktionen
#stopwordsearch
"
class
=
"help-topic"
>
<
a
href
=
"/hilfe/funktionen"
class
=
"help-topic"
>
<
p
>
{
!!
trans
(
'help/help.tableofcontents.2.1'
)
!!
}
</
p
>
</
a
>
<
a
href
=
"/hilfe/funktionen#severalwords"
class
=
"help-topic"
>
...
...
@@ -44,7 +44,7 @@
<
h2
>
{
!!
trans
(
'help/help.tableofcontents.3'
)
!!
}
</
h2
>
<
div
class
=
"help-topic-row"
>
<
a
href
=
"/hilfe/datensicherheit
#factcheck
"
class
=
"help-topic"
><
p
>
{
!!
trans
(
'help/help.tableofcontents.3.1'
)
!!
}
<
br
></
p
>
<
a
href
=
"/hilfe/datensicherheit"
class
=
"help-topic"
><
p
>
{
!!
trans
(
'help/help.tableofcontents.3.1'
)
!!
}
<
br
></
p
>
</
a
>
<
a
href
=
"/hilfe/datensicherheit#tracking"
class
=
"help-topic"
><
p
>
{
!!
trans
(
'help/help.tableofcontents.3.2'
)
!!
}
</
p
>
</
a
>
...
...
@@ -57,7 +57,7 @@
<
h2
>
{
!!
trans
(
'help/help.tableofcontents.4'
)
!!
}
</
h2
>
<
div
class
=
"help-topic-row"
>
<
a
href
=
"/hilfe/dienste
#app
"
class
=
"help-topic"
>
<
a
href
=
"/hilfe/dienste"
class
=
"help-topic"
>
<
p
>
{
!!
trans
(
'help/help.tableofcontents.4.1'
)
!!
}
<
br
></
p
>
</
a
>
<
a
href
=
"/hilfe/dienste#plugin"
class
=
"help-topic"
>
...
...
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