From db5dc6ef15115d7f2b84f54034a947e1f9fc1e00 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 16 Nov 2016 11:03:29 +0000 Subject: [PATCH] Positive action buttons on the right. --- services/web/app/views/project/editor/editor.jade | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/services/web/app/views/project/editor/editor.jade b/services/web/app/views/project/editor/editor.jade index ab16e9d32b..667d11fcdc 100644 --- a/services/web/app/views/project/editor/editor.jade +++ b/services/web/app/views/project/editor/editor.jade @@ -92,12 +92,12 @@ div.full-size( span(ng-switch-when="delete") Delete  del.rp-content-highlight {{ entry.content }} .rp-entry-actions - a.rp-entry-button(href, ng-click="acceptChange(entry_id)") - i.fa.fa-check - |  Accept a.rp-entry-button(href, ng-click="rejectChange(entry_id)") i.fa.fa-times |  Reject + a.rp-entry-button(href, ng-click="acceptChange(entry_id)") + i.fa.fa-check + |  Accept div(ng-if="entry.type == 'comment'") .rp-comment( ng-repeat="comment in entry.thread" @@ -139,12 +139,12 @@ div.full-size( placeholder="Add your comment here" ) .rp-entry-actions - a.rp-entry-button(href, ng-click="submitNewComment()") - i.fa.fa-comment - |  Comment a.rp-entry-button(href, ng-click="cancelNewComment()") i.fa.fa-times |  Cancel + a.rp-entry-button(href, ng-click="submitNewComment()") + i.fa.fa-comment + |  Comment .ui-layout-east div(ng-if="ui.pdfLayout == 'sideBySide'")