From 9fceedd804a2ce300ed36fd81572ad3c698928a3 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 29 Jan 2015 09:42:10 +0100 Subject: [PATCH] 2957fd2297b3d53088dc89762fc86cb537aba44d --- dist/index.html | 6 +++--- dist/js/app-loader.js | 2 +- dist/js/templates.js | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/index.html b/dist/index.html index 277afe9..aa918cb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -157,8 +157,8 @@

Loading...

- - - + + + \ No newline at end of file diff --git a/dist/js/app-loader.js b/dist/js/app-loader.js index 92e6f1c..ce0cd21 100644 --- a/dist/js/app-loader.js +++ b/dist/js/app-loader.js @@ -1,7 +1,7 @@ (function() { var promise, version; - version = 1422516877247; + version = 1422520900689; window.taigaConfig = { "api": "http://localhost:8000/api/v1/", diff --git a/dist/js/templates.js b/dist/js/templates.js index d581d2e..9afb456 100644 --- a/dist/js/templates.js +++ b/dist/js/templates.js @@ -101,10 +101,6 @@ $templateCache.put("common/components/main-title.html","%\" class=\"current-progress\">"); $templateCache.put("common/components/status-display.html","\n <% if (status.is_closed) { %>\n Closed\n <% } else { %>\n Open\n <% } %>\" class=\"us-detail-status\"><%- status.name %>"); $templateCache.put("common/components/watchers.html","<% if(isEditable){ %>\n
watchers
<% } else if(watchers.length > 0){ %>\n
watchers
<% }; %>\n<% _.each(watchers, function(watcher) { %>\n<% if(watcher) { %>\n
\n
\" class=\"avatar\">\" alt=\"<%- watcher.full_name_display %>\"/>
\n
<%- watcher.full_name_display %><% if(isEditable){ %>\" href=\"\" title=\"delete-watcher\" class=\"icon icon-delete\"><% }; %>
\n
<% } %>\n<% }); %>"); -$templateCache.put("common/estimation/lb-us-estimation-points-per-role.html","\n"); -$templateCache.put("common/estimation/lb-us-estimation-points.html","\n"); -$templateCache.put("common/estimation/us-estimation-points-per-role.html","\n"); -$templateCache.put("common/estimation/us-estimation-points.html","\n"); $templateCache.put("common/history/history-activity.html","\n
\">\n \n
\n <% if (comment.length > 0) { %>\n <% if ((deleteCommentDate || deleteCommentUser)) { %>\n
Comment deleted by <%- deleteCommentUser %> on <%- deleteCommentDate %>
<% } %>\n
\n <%= comment %>\n <% if (!deleteCommentDate && mode !== \"activity\" && canDeleteComment) { %>\" class=\"icon icon-delete comment-delete\"><% } %>\n
<% } %>\n <% if(changes.length > 0) { %>\n
<% if (mode != \"activity\") { %><%- changesText %><% } %>\n <% _.each(changes, function(change) { %>\n <%= change %>\n <% }) %>\n
<% } %>\n
\n
"); $templateCache.put("common/history/history-base-entries.html","<% if (showMore > 0) { %>+ Show previous entries (<%- showMore %> more)<% } %>\n<% _.each(entries, function(entry) { %>\n<%= entry %>\n<% }) %>"); $templateCache.put("common/history/history-base.html","\n
\n \n
\n
\n
\" tg-toggle-comment=\"tg-toggle-comment\" class=\"add-comment\">\n <% if (mode !== \"edit\") { %>Markdown syntax helpComment<% } %>\n
\n
\n
\n
\n
\n
"); @@ -113,6 +109,10 @@ $templateCache.put("common/history/history-change-diff.html","\n
\n
<%- name %>
\n
\n

from
<%- from %>

\n

to
<%- to %>

\n
\n
"); $templateCache.put("common/history/history-change-points.html","<% _.each(points, function(point, name) { %>\n
\n
US points (<%- name.toLowerCase() %>)
\n
\n

from
<%- point[0] %>

\n

to
<%- point[1] %>

\n
\n
<% }); %>"); $templateCache.put("common/history/history-deleted-comment.html","\n
\n
Comment deleted by <%- deleteCommentUser %> on <%- deleteCommentDate %>(Show deleted comment)(Hide deleted comment)\n
<%= deleteComment %>
\n
<% if (canRestoreComment) { %>\" class=\"comment-restore\">Restore comment<% } %>\n
"); +$templateCache.put("common/estimation/lb-us-estimation-points-per-role.html","\n"); +$templateCache.put("common/estimation/lb-us-estimation-points.html","\n"); +$templateCache.put("common/estimation/us-estimation-points-per-role.html","\n"); +$templateCache.put("common/estimation/us-estimation-points.html","\n"); $templateCache.put("common/lightbox/lightbox-assigned-to-users.html","<% if (selected) { %>\n<% } %>\n<% _.each(users, function(user) { %>\n
\" class=\"watcher-single\">\n \" class=\"watcher-name\"><%- user.full_name_display %>\n
<% }) %>\n<% if (showMore) { %>\n
...too many users, keep filtering
<% } %>"); $templateCache.put("common/lightbox/lightbox-assigned-to.html","\n
\n

Select assigned to

\n
\n \n
\n
\n
"); $templateCache.put("common/lightbox/lightbox-block.html","\n
\n

\n
\n \n
Save\n
");