Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
a0e290ee
Commit
a0e290ee
authored
Oct 01, 2018
by
Robert Lyon
Committed by
Gerrit Code Review
Oct 01, 2018
Browse files
Merge "Bug 1795102: hide detail link in plan block when editing view"
parents
661ce18e
e952807a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/plugintype/artefact/plans/blocktype/plans/templates/content.tpl
View file @
a0e290ee
...
...
@@ -50,9 +50,11 @@
{/
if
}
{/
if
}
{/
foreach
}
{
if
!
$editing
}
<a
href=
"
{
$plan.details
}
"
class=
"detail-link link-blocktype"
><span
class=
"icon icon-link"
role=
"presentation"
aria-hidden=
"true"
></span>
{
str
tag
=
detailslinkalt
section
=
view
}
</a>
{/
if
}
{
else
}
<div
class=
"lead text-center content-text"
>
{
str
tag
=
'notasks'
section
=
'artefact.plans'
}
</div>
{/
if
}
</div>
{/
foreach
}
\ No newline at end of file
{/
foreach
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment