diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-01-17 17:14:07 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-01-23 06:06:49 -0500 |
commit | ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87 (patch) | |
tree | 6dc45dfb8119cce90cc06c7ab1c065823a89ac77 /hyperkitty/templates | |
parent | 2d725b585c67c98a50511eff7f9a39f107fc5eb8 (diff) | |
download | hyperkitty-ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87.tar.gz hyperkitty-ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87.tar.xz hyperkitty-ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87.zip |
Get rid of the stats.css file
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/recent_activities.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 58c784b..59b5a73 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -44,12 +44,12 @@ </section> {% if top_author %} - <section id="discussion_marker"> + <section id="discussion-maker"> <h2>Prominent discussion maker</h2> {% for author in top_author %} <!-- Start discussion maker --> <div class="maker"> - <div class="inline-block maker_id"> + <div class="inline-block maker-id"> #{{forloop.counter}} </div> <div class="inline-block gravatar"> @@ -59,7 +59,7 @@ {% endif %} </div> <div class="inline-block"> - <span class="marker_name">{{author.name}}</span> + <span class="maker-name">{{author.name}}</span> <br /> <span class="score">+{{author.kudos}}</span> kudos </div> |