Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jean Michel Rouly
bookshare
Commits
f88e4020
Commit
f88e4020
authored
Apr 29, 2015
by
Daniel W Bond
Browse files
now /bin/bash instead of
parent
d44076dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/templates/charts.html
View file @
f88e4020
...
...
@@ -22,7 +22,7 @@ SRCT Bookshare • Charts
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<p><h2>
Featuring
<strong>
{{ total_bids|intcomma }} bids
</strong>
on
<strong>
{{ total_listings|intcomma }} listings
</strong>
from
<strong>
{{ total_students|intcomma }} students
</strong>
(so far).
</h2></p>
<p><h2>
Total Proceeds:
<strong>
${{ total_proceeds|intcomma }}
</strong></h2></p>
<p><h2>
Total Proceeds:
<strong>
${{ total_proceeds|
default_if_none:"0"|
intcomma }}
</strong></h2></p>
</div>
</div>
...
...
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