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
Callum Massey
sucs-site
Commits
6213a3c9
Commit
6213a3c9
authored
Sep 23, 2015
by
Isabel Jenkins
Browse files
Fixed issue of none members bananas links
parent
442c04fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/banana-awardlist.tpl
View file @
6213a3c9
...
...
@@ -3,7 +3,7 @@
<li
class=
"
{
award_image_class
number
=
$award.score
}
"
>
{
if
!
isset
(
$singlemember
)
}
<strong>
{
if
$award.score
>
0
}
+
{/
if
}{
$award.score
}
</strong>
awarded to
<a
href=
"
{
$baseurl
}{
if
$award.real
==
TRUE
}
/Community/Members/
{
else
}
/Community/Bananas
{/
if
}{
$award.username
}
"
>
{
$award.username
}
</a>
<a
href=
"
{
$baseurl
}{
if
$award.real
==
TRUE
}
/Community/Members/
{
else
}
/Community/Bananas
/
{/
if
}{
$award.username
}
"
>
{
$award.username
}
</a>
<small>
(from
{
$award.who
}
,
{
$award.whn
|
date_format
:
"%d %b %Y"
}
)
</small><br
/>
{/
if
}
<q>
{
$award.why
}
</q>
<br
/>
{
if
isset
(
$singlemember
)
}
<small>
...
...
@@ -11,4 +11,4 @@
</small>
{/
if
}
</li>
{/
foreach
}
</ul>
</ul>
\ No newline at end of file
Write
Preview
Supports
Markdown
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