7fec877a5158dac4b94c15eaf4316f693cd62ee9
parent
bd1db123dc
commit
7660a7ae38
|
@ -157,8 +157,8 @@
|
||||||
<p>Loading...</p>
|
<p>Loading...</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/js/libs.js?v=1422454670297"></script>
|
<script src="/js/libs.js?v=1422455133934"></script>
|
||||||
<script src="/js/app-loader.js?v=1422454670297"></script>
|
<script src="/js/app-loader.js?v=1422455133934"></script>
|
||||||
<script src="/js/templates.js?v=1422454670297"></script>
|
<script src="/js/templates.js?v=1422455133934"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,7 +1,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
var promise, version;
|
var promise, version;
|
||||||
|
|
||||||
version = 1422454670313;
|
version = 1422455133949;
|
||||||
|
|
||||||
window.taigaConfig = {
|
window.taigaConfig = {
|
||||||
"api": "http://localhost:8000/api/v1/",
|
"api": "http://localhost:8000/api/v1/",
|
||||||
|
|
|
@ -70,7 +70,7 @@ $templateCache.put("taskboard/taskboard.html","\n<div tg-taskboard=\"tg-taskboar
|
||||||
$templateCache.put("team/leave-project.html","<a ng-click=\"leave()\" href=\"\" class=\"leave-project\"><span class=\"icon icon-delete\"></span>Leave this project</a>");
|
$templateCache.put("team/leave-project.html","<a ng-click=\"leave()\" href=\"\" class=\"leave-project\"><span class=\"icon icon-delete\"></span>Leave this project</a>");
|
||||||
$templateCache.put("team/team-filter.html","\n<ul>\n <li><a ng-class=\"{active: !filtersRole.id}\" ng-click=\"ctrl.setRole()\" href=\"\"><span class=\"title\">All</span><span class=\"icon icon-arrow-right\"></span></a></li>\n <li ng-repeat=\"role in roles\"><a ng-class=\"{active: role.id == filtersRole.id}\" ng-click=\"ctrl.setRole(role)\" href=\"\"><span tg-bo-bind=\"role.name\" class=\"title\"></span><span class=\"icon icon-arrow-right\"></span></a></li>\n</ul>");
|
$templateCache.put("team/team-filter.html","\n<ul>\n <li><a ng-class=\"{active: !filtersRole.id}\" ng-click=\"ctrl.setRole()\" href=\"\"><span class=\"title\">All</span><span class=\"icon icon-arrow-right\"></span></a></li>\n <li ng-repeat=\"role in roles\"><a ng-class=\"{active: role.id == filtersRole.id}\" ng-click=\"ctrl.setRole(role)\" href=\"\"><span tg-bo-bind=\"role.name\" class=\"title\"></span><span class=\"icon icon-arrow-right\"></span></a></li>\n</ul>");
|
||||||
$templateCache.put("team/team-member-current-user.html","\n<div class=\"row\">\n <div class=\"username\">\n <figure class=\"avatar\"><img tg-bo-src=\"currentUser.photo\" tg-bo-alt=\"currentUser.full_name\"/>\n <figcaption><span tg-bo-bind=\"currentUser.full_name\" class=\"name\"></span><span tg-bo-bind=\"currentUser.role_name\" class=\"position\"></span>\n <div tg-leave-project=\"\" projectid=\"{{projectId}}\"></div>\n </figcaption>\n </figure>\n </div>\n <div tg-team-member-stats=\"tg-team-member-stats\" stats=\"stats\" user=\"currentUser.user\" issuesEnabled=\"issuesEnabled\" tasksenabled=\"tasksEnabled\" wikienabled=\"wikiEnabled\" class=\"member-stats\"></div>\n</div>");
|
$templateCache.put("team/team-member-current-user.html","\n<div class=\"row\">\n <div class=\"username\">\n <figure class=\"avatar\"><img tg-bo-src=\"currentUser.photo\" tg-bo-alt=\"currentUser.full_name\"/>\n <figcaption><span tg-bo-bind=\"currentUser.full_name\" class=\"name\"></span><span tg-bo-bind=\"currentUser.role_name\" class=\"position\"></span>\n <div tg-leave-project=\"\" projectid=\"{{projectId}}\"></div>\n </figcaption>\n </figure>\n </div>\n <div tg-team-member-stats=\"tg-team-member-stats\" stats=\"stats\" user=\"currentUser.user\" issuesEnabled=\"issuesEnabled\" tasksenabled=\"tasksEnabled\" wikienabled=\"wikiEnabled\" class=\"member-stats\"></div>\n</div>");
|
||||||
$templateCache.put("team/team-member-stats.html","\n<div ng-if=\"issuesEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.closed_bugs[userId]}\" ng-class=\"{\'top\': stats.closed_bugs[userId] == 1}\" class=\"icon icon-briefcase\"></span></div>\n<div ng-if=\"tasksEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.iocaine_tasks[userId]}\" ng-class=\"{\'top\': stats.iocaine_tasks[userId] == 1}\" class=\"icon icon-iocaine\"></span></div>\n<div ng-if=\"wikiEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.wiki_changes[userId]}\" ng-class=\"{\'top\': stats.wiki_changes[userId] == 1}\" class=\"icon icon-writer\"></span></div>\n<div ng-if=\"issuesEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.created_bugs[userId]}\" ng-class=\"{\'top\': stats.created_bugs[userId] == 1}\" class=\"icon icon-bug\"></span></div>\n<div ng-if=\"tasksEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.closed_tasks[userId]}\" ng-class=\"{\'top\': stats.closed_tasks[userId] == 1}\" class=\"icon icon-tasks\"></span></div>\n<div class=\"attribute\"></div><span ng-bind=\"stats.totals[userId]\" class=\"points\"></span>");
|
$templateCache.put("team/team-member-stats.html","\n<div ng-if=\"issuesEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.closed_bugs[userId]}\" ng-class=\"{\'top\': stats.closed_bugs[userId] == 1}\" class=\"icon icon-briefcase\"></span></div>\n<div ng-if=\"tasksEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.iocaine_tasks[userId]}\" ng-class=\"{\'top\': stats.iocaine_tasks[userId] == 1}\" class=\"icon icon-iocaine\"></span></div>\n<div ng-if=\"wikiEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.wiki_changes[userId]}\" ng-class=\"{\'top\': stats.wiki_changes[userId] == 1}\" class=\"icon icon-writer\"></span></div>\n<div ng-if=\"issuesEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.created_bugs[userId]}\" ng-class=\"{\'top\': stats.created_bugs[userId] == 1}\" class=\"icon icon-bug\"></span></div>\n<div ng-if=\"tasksEnabled\" class=\"attribute\"><span ng-style=\"{\'opacity\': stats.closed_tasks[userId]}\" ng-class=\"{\'top\': stats.closed_tasks[userId] == 1}\" class=\"icon icon-tasks\"></span></div>\n<div class=\"attribute\"><span ng-bind=\"stats.totals[userId]\" class=\"points\"></span></div>");
|
||||||
$templateCache.put("team/team-members.html","\n<div ng-repeat=\"user in memberships | filter:filtersQ | filter:{role: filtersRole.id}\" class=\"row member\">\n <div class=\"username\">\n <figure class=\"avatar\"><img tg-bo-src=\"user.photo\" tg-bo-alt=\"user.full_name\"/>\n <figcaption><span tg-bo-bind=\"user.full_name\" class=\"name\"></span><span tg-bo-bind=\"user.role_name\" class=\"position\"></span></figcaption>\n </figure>\n </div>\n <div tg-team-member-stats=\"tg-team-member-stats\" stats=\"stats\" user=\"user.user\" issuesEnabled=\"issuesEnabled\" tasksenabled=\"tasksEnabled\" wikienabled=\"wikiEnabled\" class=\"member-stats\"></div>\n</div>");
|
$templateCache.put("team/team-members.html","\n<div ng-repeat=\"user in memberships | filter:filtersQ | filter:{role: filtersRole.id}\" class=\"row member\">\n <div class=\"username\">\n <figure class=\"avatar\"><img tg-bo-src=\"user.photo\" tg-bo-alt=\"user.full_name\"/>\n <figcaption><span tg-bo-bind=\"user.full_name\" class=\"name\"></span><span tg-bo-bind=\"user.role_name\" class=\"position\"></span></figcaption>\n </figure>\n </div>\n <div tg-team-member-stats=\"tg-team-member-stats\" stats=\"stats\" user=\"user.user\" issuesEnabled=\"issuesEnabled\" tasksenabled=\"tasksEnabled\" wikienabled=\"wikiEnabled\" class=\"member-stats\"></div>\n</div>");
|
||||||
$templateCache.put("team/team.html","\n<div ng-controller=\"TeamController as ctrl\" ng-init=\"section=\'team\'\" class=\"wrapper\">\n <sidebar class=\"menu-secondary\">\n <section class=\"team-filters\">\n <div class=\"team-filters-inner\">\n <header>\n <h1>filters</h1>\n </header>\n <form class=\"search-in\">\n <fieldset>\n <input type=\"text\" placeholder=\"Search by username or role...\" ng-model=\"filtersQ\"/><a href=\"\" title=\"search\" class=\"icon icon-search\"></a>\n </fieldset>\n </form>\n <nav tg-team-filters=\"tg-team-filters\"></nav>\n </div>\n </section>\n </sidebar>\n <section class=\"main team\">\n <header>\n <h1 tg-main-title=\"tg-main-title\"></h1>\n </header>\n <section class=\"table-team basic-table\">\n <header class=\"row team-header\">\n <div class=\"username\"></div>\n <div class=\"member-stats\">\n <div ng-if=\"issuesEnabled\" class=\"attribute attribute-name\"><span>Mr. Wolf</span>\n <div class=\"popover attribute-explanation\"><span>Closed issues</span></div>\n </div>\n <div ng-if=\"tasksEnabled\" class=\"attribute\"><span>Iocaine Drinker</span>\n <div class=\"popover attribute-explanation\"><span>Iocaine doses ingested</span></div>\n </div>\n <div ng-if=\"wikiEnabled\" class=\"attribute\"><span>Cervantes</span>\n <div class=\"popover attribute-explanation\"><span>Wiki pages edited</span></div>\n </div>\n <div ng-if=\"issuesEnabled\" class=\"attribute\">\n <Total>Bug Hunter</Total>\n <div class=\"popover attribute-explanation\"><span>Bugs reported</span></div>\n </div>\n <div ng-if=\"tasksEnabled\" class=\"attribute\"><span>Night Shift</span>\n <div class=\"popover attribute-explanation\"><span>Tasks closed</span></div>\n </div>\n <div class=\"attribute\">\n <Total>Power</Total>\n <div class=\"popover attribute-explanation\"><span>Total Points</span></div>\n </div>\n </div>\n </header>\n <div tg-team-current-user=\"tg-team-current-user\" stats=\"stats\" currentuser=\"currentUser\" projectid=\"projectId\" issuesEnabled=\"issuesEnabled\" tasksenabled=\"tasksEnabled\" wikienabled=\"wikiEnabled\" class=\"hero\"></div>\n </section>\n <h2 ng-show=\"memberships.length\"><span>Team ></span><span> {{filtersRole.name || \"All\"}}</span></h2>\n <section tg-team-members=\"tg-team-members\" memberships=\"memberships\" stats=\"stats\" filtersq=\"filtersQ\" filtersrole=\"filtersRole\" issuesEnabled=\"issuesEnabled\" tasksenabled=\"tasksEnabled\" wikienabled=\"wikiEnabled\" class=\"table-team basic-table\"></section>\n </section>\n</div>");
|
$templateCache.put("team/team.html","\n<div ng-controller=\"TeamController as ctrl\" ng-init=\"section=\'team\'\" class=\"wrapper\">\n <sidebar class=\"menu-secondary\">\n <section class=\"team-filters\">\n <div class=\"team-filters-inner\">\n <header>\n <h1>filters</h1>\n </header>\n <form class=\"search-in\">\n <fieldset>\n <input type=\"text\" placeholder=\"Search by username or role...\" ng-model=\"filtersQ\"/><a href=\"\" title=\"search\" class=\"icon icon-search\"></a>\n </fieldset>\n </form>\n <nav tg-team-filters=\"tg-team-filters\"></nav>\n </div>\n </section>\n </sidebar>\n <section class=\"main team\">\n <header>\n <h1 tg-main-title=\"tg-main-title\"></h1>\n </header>\n <section class=\"table-team basic-table\">\n <header class=\"row team-header\">\n <div class=\"username\"></div>\n <div class=\"member-stats\">\n <div ng-if=\"issuesEnabled\" class=\"attribute attribute-name\"><span>Mr. Wolf</span>\n <div class=\"popover attribute-explanation\"><span>Closed issues</span></div>\n </div>\n <div ng-if=\"tasksEnabled\" class=\"attribute\"><span>Iocaine Drinker</span>\n <div class=\"popover attribute-explanation\"><span>Iocaine doses ingested</span></div>\n </div>\n <div ng-if=\"wikiEnabled\" class=\"attribute\"><span>Cervantes</span>\n <div class=\"popover attribute-explanation\"><span>Wiki pages edited</span></div>\n </div>\n <div ng-if=\"issuesEnabled\" class=\"attribute\">\n <Total>Bug Hunter</Total>\n <div class=\"popover attribute-explanation\"><span>Bugs reported</span></div>\n </div>\n <div ng-if=\"tasksEnabled\" class=\"attribute\"><span>Night Shift</span>\n <div class=\"popover attribute-explanation\"><span>Tasks closed</span></div>\n </div>\n <div class=\"attribute\">\n <Total>Power</Total>\n <div class=\"popover attribute-explanation\"><span>Total Points</span></div>\n </div>\n </div>\n </header>\n <div tg-team-current-user=\"tg-team-current-user\" stats=\"stats\" currentuser=\"currentUser\" projectid=\"projectId\" issuesEnabled=\"issuesEnabled\" tasksenabled=\"tasksEnabled\" wikienabled=\"wikiEnabled\" class=\"hero\"></div>\n </section>\n <h2 ng-show=\"memberships.length\"><span>Team ></span><span> {{filtersRole.name || \"All\"}}</span></h2>\n <section tg-team-members=\"tg-team-members\" memberships=\"memberships\" stats=\"stats\" filtersq=\"filtersQ\" filtersrole=\"filtersRole\" issuesEnabled=\"issuesEnabled\" tasksenabled=\"tasksEnabled\" wikienabled=\"wikiEnabled\" class=\"table-team basic-table\"></section>\n </section>\n</div>");
|
||||||
$templateCache.put("us/us-client-requirement-button.html","\n<label for=\"client-requirement\" class=\"button button-gray client-requirement <% if(canEdit){ %>editable<% }; %> <% if(isRequired){ %>active<% }; %>\">Client requirement</label>\n<input type=\"checkbox\" id=\"client-requirement\" name=\"client-requirement\"/>");
|
$templateCache.put("us/us-client-requirement-button.html","\n<label for=\"client-requirement\" class=\"button button-gray client-requirement <% if(canEdit){ %>editable<% }; %> <% if(isRequired){ %>active<% }; %>\">Client requirement</label>\n<input type=\"checkbox\" id=\"client-requirement\" name=\"client-requirement\"/>");
|
||||||
|
|
Loading…
Reference in New Issue