small sr removal fix
This commit is contained in:
parent
dd95191ea7
commit
b2035506ff
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<div class="progress-bar {{ progress_bar['class'] }}" role="progressbar"
|
<div class="progress-bar {{ progress_bar['class'] }}" role="progressbar"
|
||||||
aria-valuenow="{{ progress_bar['value'] }}" aria-valuemin="0"
|
aria-valuenow="{{ progress_bar['value'] }}" aria-valuemin="0"
|
||||||
aria-valuemax="100" style="width: {{ progress_bar['value'] }}%">
|
aria-valuemax="100" style="width: {{ progress_bar['value'] }}%">
|
||||||
<span class="sr-only">{{ progress_bar['value'] }}% Complete (danger)</span>
|
<span class="sr-only">{{ progress_bar['value'] }}% Complete </span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2><small><i class="glyphicon glyphicon-plus"></i></small> Score: {{ name.score }}</h2>
|
<h2><small><i class="glyphicon glyphicon-plus"></i></small> Score: {{ name.score }}</h2>
|
||||||
|
|
Loading…
Reference in a new issue