Added duration column to the project page

This commit is contained in:
Dmitry Khomutov 2017-02-24 10:19:52 +07:00
commit 3176111c91
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 5 additions and 13 deletions

View file

@ -60,10 +60,10 @@
<tr>
<th><?php Lang::out('id'); ?></th>
<th><?php Lang::out('date'); ?></th>
<th><?php Lang::out('project'); ?></th>
<th class="hidden-md hidden-sm hidden-xs"><?php Lang::out('commit'); ?></th>
<th><?php Lang::out('branch'); ?></th>
<th><?php Lang::out('status'); ?></th>
<th><?php Lang::out('duration'); ?></th>
<th></th>
</tr>
</thead>