Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
50cbb570
Commit
50cbb570
authored
9 years ago
by
Björn Schießle
Browse files
Options
Downloads
Patches
Plain Diff
make sure that there is a space between user- and admin-documentation
parent
89d64394
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
settings/templates/apps.php
+4
-4
4 additions, 4 deletions
settings/templates/apps.php
with
4 additions
and
4 deletions
settings/templates/apps.php
+
4
−
4
View file @
50cbb570
...
@@ -81,14 +81,14 @@ script(
...
@@ -81,14 +81,14 @@ script(
<
p
class
=
"
documentation
"
>
<
p
class
=
"
documentation
"
>
<?php
p
(
$l
->
t
(
"Documentation:"
));
?>
<?php
p
(
$l
->
t
(
"Documentation:"
));
?>
{{
#if
documentation
.
user
}}
{{
#if
documentation
.
user
}}
<
span
class
=
"
userDocumentation
appslink
"
>
<
span
class
=
"
userDocumentation
"
>
<
a
id
=
'
userDocumentation
'
href
=
'
{{documentation.user}}
'
target
=
"
_blank
"
>
<?php
p
(
$l
->
t
(
"User Documentation"
));
?>
<
/a
>
<
a
id
=
'
userDocumentation
'
class
=
"
appslink
"
href
=
'
{{documentation.user}}
'
target
=
"
_blank
"
>
<?php
p
(
$l
->
t
(
"User Documentation"
));
?>
<
/a
>
<
/span
>
<
/span
>
{{
/
if
}}
{{
/
if
}}
{{
#if
documentation
.
admin
}}
{{
#if
documentation
.
admin
}}
<
span
class
=
"
adminDocumentation
appslink
"
>
<
span
class
=
"
adminDocumentation
"
>
<
a
id
=
'
adminDocumentation
'
href
=
'
{{documentation.admin}}
'
target
=
"
_blank
"
>
<?php
p
(
$l
->
t
(
"Admin Documentation"
));
?>
<
/a
>
<
a
id
=
'
adminDocumentation
'
class
=
"
appslink
"
href
=
'
{{documentation.admin}}
'
target
=
"
_blank
"
>
<?php
p
(
$l
->
t
(
"Admin Documentation"
));
?>
<
/a
>
<
/span
>
<
/span
>
{{
/
if
}}
{{
/
if
}}
<
/p
>
<
/p
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment