Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
tiki
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Tiki Wiki CMS Groupware
tiki
Commits
a71f5692
Commit
a71f5692
authored
Mar 15, 2015
by
gezzzan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] tootltip for permission link icon
parent
b2a8a854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/permission_link.tpl
templates/permission_link.tpl
+1
-1
No files found.
templates/permission_link.tpl
View file @
a71f5692
...
...
@@ -28,7 +28,7 @@
</a>
{
elseif
$permission_link.mode
eq
'icon'
}
{
strip
}
<a
class=
"
link btn
{
if
$permission_link.active
}
btn-warning
{
else
}
btn-link
{/
if
}
btn-sm
{
if
!
empty
(
$permission_link.addclass
)
}
{
$permission_link.addclass
}{/
if
}
"
href=
"
{
$permission_link.url
|
escape
}
"
title=
"
{
$permission_link.label
}
"
>
<a
class=
"
tips btn
{
if
$permission_link.active
}
btn-warning
{
else
}
btn-link
{/
if
}
btn-sm
{
if
!
empty
(
$permission_link.addclass
)
}
{
$permission_link.addclass
}{/
if
}
"
href=
"
{
$permission_link.url
|
escape
}
"
title=
":
{
$permission_link.label
}
"
>
{
icon
name
=
"permission"
}
<span
class=
"sr-only"
>
{
$permission_link.label
|
escape
}
</span>
{
if
$permission_link.count
}
...
...
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