Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
sucs-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua Anthony Morgan
sucs-site
Commits
6213a3c9
Commit
6213a3c9
authored
Sep 23, 2015
by
Isabel Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue of none members bananas links
parent
442c04fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
templates/banana-awardlist.tpl
templates/banana-awardlist.tpl
+2
-2
No files found.
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>
...
...
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