summaryrefslogtreecommitdiff
path: root/app/views/projects/_issuable_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_issuable_form.html.haml')
-rw-r--r--app/views/projects/_issuable_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_issuable_form.html.haml b/app/views/projects/_issuable_form.html.haml
index 491e2107da4..4d93c89c93a 100644
--- a/app/views/projects/_issuable_form.html.haml
+++ b/app/views/projects/_issuable_form.html.haml
@@ -1,6 +1,6 @@
- if issuable.errors.any?
.row
- .col-sm-10.col-sm-offset-2
+ .col-sm-offset-2.col-sm-10
.alert.alert-danger
- issuable.errors.full_messages.each do |msg|
%span= msg