Get rid of labels

This commit is contained in:
Vik Paruchuri
2013-08-15 14:28:52 -04:00
parent ac4d312415
commit a084d4486d

View File

@@ -13,10 +13,10 @@
<span class="section-header section-header-rubric">${_("Submitted Rubric")}</span>
</div>
<div class="oe-tools rubric-header">
<span class="oe-tools-label">${_("Rubric: ")}</span>
<span class="oe-tools-label"></span>
<button class="rubric-collapse" href="#">${_("Toggle Rubric")}</button>
<span class="oe-tools-scores">
<span class="oe-tools-scores-label">${_("Scores:")}</span>
<span class="oe-tools-scores-label"></span>
% if len(results)>1:
<button href="#" alt="Previous" class="rubric-button rubric-previous-button"><i class="icon-chevron-left"></i></button>
% endif