Merge pull request #970 from taigaio/issue/4102/asign-to-member

Remove assigned text button
stable
Juanfran 2016-04-20 10:42:53 +02:00
commit 028dc953aa
1 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@
<% }; %>
.assigned-to-options
<% if (isEditable) { %>
a(
href=""
title="{{ 'COMMON.ASSIGNED_TO.TITLE_ACTION_EDIT_ASSIGNMENT'|translate }}"
@ -25,6 +26,7 @@
<% if (isEditable && !isUnassigned) { %>
tg-svg(svg-icon="icon-arrow-down")
<% }; %>
<% }; %>
<% if (isEditable && isUnassigned) { %>
span(translate="COMMON.OR")