Merge pull request #365 from zobe123/patch-1

Update current_activity_header.html
This commit is contained in:
JonnyWong16 2015-12-12 14:10:27 -08:00
commit 307230cec8

View file

@ -18,7 +18,11 @@ DOCUMENTATION :: END
% if data == '0':
<h3>Activity</h3>
% else:
<h3>Activity <small>${data} stream(s)</small></h3>
% if data == '1':
<h3>Activity <small>${data} stream</small></h3>
% else:
<h3>Activity <small>${data} streams</small></h3>
% endif
% endif
% else:
<h3>Activity</h3>