Commit 5036d8d5 authored by Douwe Maan's avatar Douwe Maan

Fix styling of import error.

parent 91fdbdcd
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
} }
.panel-body { .panel-body {
form { form, pre {
margin: 0; margin: 0;
} }
......
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
%hr %hr
- if @project.import_failed? - if @project.import_failed?
.alert.alert-danger .panel.panel-danger
%p The repository could not be imported. .panel-heading The repository could not be imported.
%pre.prepend-top-10 .panel-body
%pre
:preserve :preserve
#{@project.import_error.try(:strip)} #{@project.import_error.try(:strip)}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment