Rename allocation-log to task-log

This commit is contained in:
Michael Lange
2017-11-15 18:22:35 -08:00
parent 249d2a3a01
commit 0193e05834
3 changed files with 1 additions and 1 deletions

View File

@@ -10,6 +10,6 @@
{{#gutter-menu class="page-body"}}
{{partial "allocations/allocation/task/subnav"}}
<section class="section">
{{allocation-log allocation=model.allocation task=model.name}}
{{task-log allocation=model.allocation task=model.name}}
</section>
{{/gutter-menu}}