summaryrefslogtreecommitdiff
path: root/app/views/projects/boards/components/sidebar/_assignee.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-11-14 12:12:01 +0000
committerPhil Hughes <me@iamphill.com>2016-11-14 12:12:01 +0000
commitb16780f76671ba704bfc4ee75d1f555b4dfc3035 (patch)
tree20aa7741a6db3c5d6b1c8fe463223e11a1055b84 /app/views/projects/boards/components/sidebar/_assignee.html.haml
parent763a89a301e36e102ecefe6cfa452fc57cd661c2 (diff)
downloadgitlab-ce-b16780f76671ba704bfc4ee75d1f555b4dfc3035.tar.gz
Fixed issue boards when not logged inissue-boards-signed-out-state
Diffstat (limited to 'app/views/projects/boards/components/sidebar/_assignee.html.haml')
-rw-r--r--app/views/projects/boards/components/sidebar/_assignee.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/boards/components/sidebar/_assignee.html.haml b/app/views/projects/boards/components/sidebar/_assignee.html.haml
index 604e13858d1..8fe1b832071 100644
--- a/app/views/projects/boards/components/sidebar/_assignee.html.haml
+++ b/app/views/projects/boards/components/sidebar/_assignee.html.haml
@@ -1,8 +1,8 @@
.block.assignee
.title.hide-collapsed
Assignee
- = icon("spinner spin", class: "block-loading")
- if can?(current_user, :admin_issue, @project)
+ = icon("spinner spin", class: "block-loading")
= link_to "Edit", "#", class: "edit-link pull-right"
.value.hide-collapsed
%span.assign-yourself.no-value{ "v-if" => "!issue.assignee" }