2957fd2297b3d53088dc89762fc86cb537aba44d
parent
7660a7ae38
commit
438c4e9ca9
|
@ -157,8 +157,8 @@
|
|||
<p>Loading...</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/libs.js?v=1422455133934"></script>
|
||||
<script src="/js/app-loader.js?v=1422455133934"></script>
|
||||
<script src="/js/templates.js?v=1422455133934"></script>
|
||||
<script src="/js/libs.js?v=1422516877233"></script>
|
||||
<script src="/js/app-loader.js?v=1422516877233"></script>
|
||||
<script src="/js/templates.js?v=1422516877233"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,7 +1,7 @@
|
|||
(function() {
|
||||
var promise, version;
|
||||
|
||||
version = 1422455133949;
|
||||
version = 1422516877247;
|
||||
|
||||
window.taigaConfig = {
|
||||
"api": "http://localhost:8000/api/v1/",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -105,7 +105,7 @@ $templateCache.put("common/estimation/lb-us-estimation-points-per-role.html","\n
|
|||
$templateCache.put("common/estimation/lb-us-estimation-points.html","\n<ul class=\"popover pop-points-open\"><% _.each(points, function(point) { %>\n <li><% if (point.selected) { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point\"><%- point.name %></a><% } else { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point active\"><%- point.name %></a><% } %></li><% }); %>\n</ul>");
|
||||
$templateCache.put("common/estimation/us-estimation-points-per-role.html","\n<ul class=\"points-per-role\">\n <li class=\"total\"><span class=\"points\"><%- totalPoints %></span><span class=\"role\">total</span></li><% _.each(roles, function(role) { %>\n <li data-role-id=\"<%- role.id %>\" class=\"total <% if(editable){ %>clickable<% } %>\"><span class=\"points\"><%- role.points %></span><span class=\"role\"><%- role.name %></span></li><% }); %>\n</ul>");
|
||||
$templateCache.put("common/estimation/us-estimation-points.html","\n<ul class=\"popover pop-points-open\"><% _.each(points, function(point) { %>\n <li><% if (point.selected) { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point\"><%- point.name %></a><% } else { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point active\"><%- point.name %></a><% } %></li><% }); %>\n</ul>");
|
||||
$templateCache.put("common/history/history-activity.html","\n<div class=\"activity-single <%- mode %>\">\n <div class=\"activity-user\"><a href=\"\" title=\"<%- userFullName %>\" class=\"avatar\"><img src=\"<%- avatar %>\" alt=\"<%- userFullName %>\"/></a></div>\n <div class=\"activity-content\">\n <div class=\"activity-username\"><a href=\"\" title=\"<%- userFullName %>\" class=\"username\"><%- userFullName %></a><span class=\"date\"><%- creationDate %></span></div><% if (comment.length > 0) { %>\n <% if ((deleteCommentDate || deleteCommentUser)) { %>\n <div class=\"deleted-comment\"><span>Comment deleted by <%- deleteCommentUser %> on <%- deleteCommentDate %></span></div><% } %>\n <div class=\"comment wysiwyg\">\n <%= comment %>\n <% if (!deleteCommentDate && mode !== \"activity\" && canDeleteComment) { %><a href=\"\" data-activity-id=\"<%- activityId %>\" class=\"icon icon-delete comment-delete\"></a><% } %>\n </div><% } %>\n <% if(changes.length > 0) { %>\n <div class=\"changes\"><% if (mode != \"activity\") { %><a href=\"\" title=\"Show activity\" class=\"changes-title\"><span><%- changesText %></span><span class=\"icon icon-arrow-up\"></span></a><% } %>\n <% _.each(changes, function(change) { %>\n <%= change %>\n </div><% }) %>\n <% } %>\n </div>\n</div>");
|
||||
$templateCache.put("common/history/history-activity.html","\n<div class=\"activity-single <%- mode %>\">\n <div class=\"activity-user\"><a href=\"\" title=\"<%- userFullName %>\" class=\"avatar\"><img src=\"<%- avatar %>\" alt=\"<%- userFullName %>\"/></a></div>\n <div class=\"activity-content\">\n <div class=\"activity-username\"><a href=\"\" title=\"<%- userFullName %>\" class=\"username\"><%- userFullName %></a><span class=\"date\"><%- creationDate %></span></div><% if (comment.length > 0) { %>\n <% if ((deleteCommentDate || deleteCommentUser)) { %>\n <div class=\"deleted-comment\"><span>Comment deleted by <%- deleteCommentUser %> on <%- deleteCommentDate %></span></div><% } %>\n <div class=\"comment wysiwyg\">\n <%= comment %>\n <% if (!deleteCommentDate && mode !== \"activity\" && canDeleteComment) { %><a href=\"\" data-activity-id=\"<%- activityId %>\" class=\"icon icon-delete comment-delete\"></a><% } %>\n </div><% } %>\n <% if(changes.length > 0) { %>\n <div class=\"changes\"><% if (mode != \"activity\") { %><a href=\"\" title=\"Show activity\" class=\"changes-title\"><span><%- changesText %></span><span class=\"icon icon-arrow-up\"></span></a><% } %>\n <% _.each(changes, function(change) { %>\n <%= change %>\n <% }) %>\n </div><% } %>\n </div>\n</div>");
|
||||
$templateCache.put("common/history/history-base-entries.html","<% if (showMore > 0) { %><a href=\"\" title=\"Show more\" class=\"show-more show-more-comments\">+ Show previous entries (<%- showMore %> more)</a><% } %>\n<% _.each(entries, function(entry) { %>\n<%= entry %>\n<% }) %>");
|
||||
$templateCache.put("common/history/history-base.html","\n<section class=\"history\">\n <ul class=\"history-tabs\">\n <li><a href=\"#\" class=\"active\"><span class=\"icon icon-comment\"></span><span class=\"tab-title\">Comments</span></a></li>\n <li><a href=\"#\"><span class=\"icon icon-issues\"></span><span class=\"tab-title\">Activity</span></a></li>\n </ul>\n <section class=\"history-comments\">\n <div class=\"comments-list\"></div>\n <div tg-check-permission=\"modify_<%- type %>\" tg-toggle-comment=\"tg-toggle-comment\" class=\"add-comment\">\n <textarea placeholder=\"Type a new comment here\" ng-model=\"<%- ngmodel %>.comment\" tg-markitup=\"tg-markitup\"></textarea><% if (mode !== \"edit\") { %><a href=\"https://taiga.io/support/taiga-markdown-syntax/\" target=\"_blank\" title=\"Mardown syntax help\" class=\"help-markdown\"><span class=\"icon icon-help\"></span><span>Markdown syntax help</span></a><a href=\"\" title=\"Comment\" class=\"button button-green save-comment\">Comment</a><% } %>\n </div>\n </section>\n <section class=\"history-activity hidden\">\n <div class=\"changes-list\"></div>\n </section>\n</section>");
|
||||
$templateCache.put("common/history/history-change-attachment.html","\n<div class=\"change-entry\">\n <div class=\"activity-changed\"><span><%- name %></span></div>\n <div class=\"activity-fromto\"><% _.each(diff, function(change) { %>\n <p><strong><%- change.name %> from</strong><br/><span><%- change.from %></span>\n <p><strong><%- change.name %> to</strong><br/><span><%- change.to %></span></p>\n </p><% }) %>\n </div>\n</div>");
|
||||
|
|
Loading…
Reference in New Issue