Make use of task name consistent (in titles etc)

This commit is contained in:
Rowan Manning
2013-11-12 10:57:05 +00:00
parent 5f51bc7cf8
commit 6b6ce57e48
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<div class="col-md-12">
<div class="h3 crunch well-med well pull-right"><span class="glyphicon glyphicon-calendar"></span>&nbsp;{{date-format mainResult.date format="DD MMM YYYY"}}</div>
<h1 class="h2 crunch-top">{{task.name}}</h1>
<p class="h4">{{simplify-url task.url}}<span class="h5"> - ({{task.standard}})</span></p>
<p class="h4">{{simplify-url task.url}}<span class="h5"> ({{task.standard}})</span></p>
</div>
</div>
</div>