Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85EE2DDF6 for ; Mon, 21 Jan 2013 21:53:16 +0000 (UTC) Received: (qmail 17397 invoked by uid 500); 21 Jan 2013 21:53:16 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 17370 invoked by uid 500); 21 Jan 2013 21:53:16 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 17322 invoked by uid 99); 21 Jan 2013 21:53:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 21:53:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2E86B822892; Mon, 21 Jan 2013 21:53:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tvansteenburgh@apache.org To: allura-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [14/16] git commit: [#4339] Fixed icon for ticket move Message-Id: <20130121215316.2E86B822892@tyr.zones.apache.org> Date: Mon, 21 Jan 2013 21:53:16 +0000 (UTC) [#4339] Fixed icon for ticket move Signed-off-by: Cory Johns Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/7c8d7a65 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/7c8d7a65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/7c8d7a65 Branch: refs/heads/tv/5336 Commit: 7c8d7a65a188135ea05f8105d1e410d384509c52 Parents: 017f004 Author: Cory Johns Authored: Sun Jan 20 20:17:16 2013 +0000 Committer: Cory Johns Committed: Sun Jan 20 20:17:16 2013 +0000 ---------------------------------------------------------------------- .../forgetracker/templates/tracker/ticket.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/7c8d7a65/ForgeTracker/forgetracker/templates/tracker/ticket.html ---------------------------------------------------------------------- diff --git a/ForgeTracker/forgetracker/templates/tracker/ticket.html b/ForgeTracker/forgetracker/templates/tracker/ticket.html index aaf28bc..4dbc2d2 100644 --- a/ForgeTracker/forgetracker/templates/tracker/ticket.html +++ b/ForgeTracker/forgetracker/templates/tracker/ticket.html @@ -19,7 +19,7 @@ {{c.subscribe_form.display(value=subscribed, tool_subscribed=tool_subscribed, action='subscribe', style='icon')}} {% endif %} {% if h.has_access(ticket.app, 'admin') %} - Move + Move {% endif %} {% if h.has_access(ticket, 'update') %} Edit