Anton Shestakov <av6@dwimlabs.net>, Sat, 22 Jul 2017 12:55:25 +0800
viewer: don't wrap words in check title, it's short and contains special chars
templates/index.html
Permissions: -rw-r--r--
{% extends "base.html" %} {% block title %}Recently checked projects
{% end %} <div class="uk-container uk-container-center uk-margin-large-top"> <h2>Recently checked projects
</h2> <table class="uk-table uk-table-middle uk-text-nowrap"> {% module Template('ui/checks.html', checks=checks) %}