Commit a084d448 by Vik Paruchuri

Get rid of labels

parent ac4d3124
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment