Use .strong instead of <strong>.

This commit is contained in:
takezoe
2013-09-22 03:27:18 +09:00
parent f30c9f6171
commit 4261b7adbe
19 changed files with 80 additions and 75 deletions

View File

@@ -29,12 +29,12 @@
}
<div class="small" style="text-align: center;">
@defining(comments.filter( _.action.contains("comment") ).size){ count =>
<strong>@count</strong> @plural(count, "comment")
<span class="strong">@count</span> @plural(count, "comment")
}
</div>
<hr/>
<div style="margin-bottom: 8px;">
<strong>Labels</strong>
<span class="strong">Labels</span>
@if(hasWritePermission){
<div class="pull-right">
@helper.html.dropdown() {