Move template files to templates directory

This commit moves template files to templates directory to cleanup
a little messy app/views directory.

Change-Id: I83dc6001d606decf9d44b2b6bfdc4d2e0749cacc
This commit is contained in:
Masayuki Igawa 2016-05-02 16:29:46 +09:00
parent 012d73c0d3
commit 1f00cfe937
13 changed files with 9 additions and 9 deletions

View File

@ -91,7 +91,7 @@ function crumbMenu() {
return {
restrict: 'E',
transclude: true,
templateUrl: 'crumb-menu.html',
templateUrl: 'templates/crumb-menu.html',
link: link,
controller: controller,
controllerAs: 'menu',

View File

@ -29,7 +29,7 @@ function freshCheck() {
};
return {
restrict : 'EA',
templateUrl: 'fresh-check.html',
templateUrl: 'templates/fresh-check.html',
scope: true,
controller: controller
};

View File

@ -8,7 +8,7 @@ var directivesModule = require('./_index.js');
function loadingIndicator() {
return {
restrict : 'EA',
templateUrl: 'loading-indicator.html',
templateUrl: 'templates/loading-indicator.html',
scope: true
};
}

View File

@ -88,7 +88,7 @@
</div>
<div class="table-responsive">
<table table-sort class="table table-hover default-cols" data="groupedRuns.jobs"
uib-popover-template="'context-legend.html'"
uib-popover-template="'templates/context-legend.html'"
popover-placement="top"
popover-trigger="mouseenter">
<thead>

View File

@ -67,7 +67,7 @@
<uib-accordion close-others="false">
<div ng-repeat="(key, value) in home.recentRuns">
<uib-accordion-group
template-url="accordion-group-run.html"
template-url="templates/accordion-group-run.html"
heading="{{ key }}"
is-open="false">
<table table-sort data="value"
@ -111,7 +111,7 @@
</div>
</div>
<table table-sort class="table table-hover status-table" data="home.projects"
uib-popover-template="'context-legend.html'"
uib-popover-template="'templates/context-legend.html'"
popover-placement="top"
popover-trigger="mouseenter">
<thead>

View File

@ -87,7 +87,7 @@
</div>
<div class="table-responsive">
<table table-sort class="table table-hover default-cols" data="job.tests"
uib-popover-template="'context-legend.html'"
uib-popover-template="'templates/context-legend.html'"
popover-placement="top"
popover-trigger="mouseenter">
<thead>

View File

@ -24,7 +24,7 @@
<div class="container-fluid">
<ul class="nav navbar-nav navbar-right">
<li uib-popover ng-if="showPeriod == 'true'">
<a uib-popover-template="'crumb-period-popover.html'"
<a uib-popover-template="'templates/crumb-period-popover.html'"
popover-placement="bottom"
popover-animation="false"
popover-trigger="outsideClick"

View File

@ -72,7 +72,7 @@
</div>
<div class="table-responsive">
<table table-sort data="testsDetail.tests" class="table table-hover default-cols"
uib-popover-template="'context-legend.html'"
uib-popover-template="'templates/context-legend.html'"
popover-placement="top"
popover-trigger="mouseenter">
<thead>