summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-31 16:09:58 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-03 08:34:36 -0500
commit32bb33f717ccae968949d30d058e828e31d72cf2 (patch)
tree37ae9252042cbc493647caa775fa642c11f84c1a /app/views/events
parent633457563a9e9ef9473a00019dd243430aa08e80 (diff)
downloadgitlab-ce-32bb33f717ccae968949d30d058e828e31d72cf2.tar.gz
Change color of icons
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/event/_common.html.haml10
-rw-r--r--app/views/events/event/_created_project.html.haml4
-rw-r--r--app/views/events/event/_note.html.haml2
-rw-r--r--app/views/events/event/_push.html.haml2
4 files changed, 9 insertions, 9 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 }
diff --git a/app/views/events/event/_created_project.html.haml b/app/views/events/event/_created_project.html.haml
index 6fb084df374..340d8c61026 100644
--- a/app/views/events/event/_created_project.html.haml
+++ b/app/views/events/event/_created_project.html.haml
@@ -1,5 +1,5 @@
-.event-icon.open-icon
-= custom_icon("icon_status_open")
+.profile-icon.open-icon
+ = custom_icon("icon_status_open")
.event-title
%span{ class: event.action_name }
diff --git a/app/views/events/event/_note.html.haml b/app/views/events/event/_note.html.haml
index 755750b88d1..603bed6d705 100644
--- a/app/views/events/event/_note.html.haml
+++ b/app/views/events/event/_note.html.haml
@@ -1,4 +1,4 @@
-.event-icon
+.profile-icon
= custom_icon("comment_o")
.event-title
diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml
index be1730541ef..4abda4d9db4 100644
--- a/app/views/events/event/_push.html.haml
+++ b/app/views/events/event/_push.html.haml
@@ -1,6 +1,6 @@
- project = event.project
-.event-icon
+.profile-icon
= custom_icon("icon_commit")
.event-title