Add style tweaks and hide the date list from the individual pages

This commit is contained in:
Alex Kilgour
2016-01-29 15:19:05 +00:00
parent 27cdf51258
commit 31bbb7229b
6 changed files with 13 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ along with pa11y-dashboard. If not, see <http://www.gnu.org/licenses/>.
</ul>
{{/unless}}
{{#if mainResult}}
<div class="date">Last run : {{date-format mainResult.date format="DD MMM YYYY"}}</div>
<div class="date">Last run: <strong>{{date-format mainResult.date format="DD MMM YYYY"}}</strong></div>
{{else}}
<div class="date">Not yet run</div>
{{/if}}