summaryrefslogtreecommitdiff
path: root/app/views/dashboard/todos/_todo.html.haml
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-01-26 10:16:26 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-01-27 20:20:19 -0200
commited3cf83a634525996c76190ce06dd6298017484b (patch)
treee3d71a376e291cd923c68bb2ebfed9498480b8d1 /app/views/dashboard/todos/_todo.html.haml
parent78b0106878fa1b2e2062e2c4ebb0a63375825879 (diff)
downloadgitlab-ce-ed3cf83a634525996c76190ce06dd6298017484b.tar.gz
Remove bold weight from TODOs action name font
Diffstat (limited to 'app/views/dashboard/todos/_todo.html.haml')
-rw-r--r--app/views/dashboard/todos/_todo.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml
index 9d7bcdb9d16..605bfd0cf8d 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -11,8 +11,11 @@
= link_to_author(todo)
- else
(removed)
- %span.todo-label
+
+ %span.action-name
= todo_action_name(todo)
+
+ %span.todo-label
- if todo.target
= todo_target_link(todo)
- else