Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-01 00:09:58 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-03 16:34:36 +0300
commit32bb33f717ccae968949d30d058e828e31d72cf2 (patch)
tree37ae9252042cbc493647caa775fa642c11f84c1a /app/views/events/event/_common.html.haml
parent633457563a9e9ef9473a00019dd243430aa08e80 (diff)
Change color of icons
Diffstat (limited to 'app/views/events/event/_common.html.haml')
-rw-r--r--app/views/events/event/_common.html.haml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/events/event/_common.html.haml b/app/views/events/event/_common.html.haml
index 98a4dda5b4d..2a98e58a03a 100644
--- a/app/views/events/event/_common.html.haml
+++ b/app/views/events/event/_common.html.haml
@@ -1,13 +1,13 @@
- if event.target
- if event.action_name == "opened"
- .event-icon.open-icon
+ .profile-icon.open-icon
= custom_icon("icon_status_open")
- elsif event.action_name == "closed"
- .event-icon.closed-icon
- = custom_icon("icon_status_closed")
+ .profile-icon.closed-icon
+ = custom_icon("icon_status_closed")
- else
- .event-icon.fork-icon
- = custom_icon("code_fork")
+ .profile-icon.fork-icon
+ = custom_icon("code_fork")
.event-title
%span{ class: event.action_name }