diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml
index 57050a87d409a40bcde8165ab9656ee161252cde..c04d291412cf9bd4b9d42fc69aaf5bb2ed02129c 100644
--- a/app/views/projects/notes/_note.html.haml
+++ b/app/views/projects/notes/_note.html.haml
@@ -18,9 +18,9 @@
             = time_ago_with_tooltip(note.created_at, placement: 'bottom', html_class: 'note-created-ago')
         .note-actions
           - access = note.project.team.human_max_access(note.author.id)
-          - if access and !note.system
+          - if access and not note.system
             %span.note-role.hidden-xs= access
-          - if current_user and !note.system
+          - if current_user and not note.system
             = link_to '#', title: 'Award Emoji', class: 'note-action-button note-emoji-button js-add-award js-note-emoji', data: { position: 'right' } do
               = icon('spinner spin')
               = icon('smile-o')