diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss new file mode 100644 index 0000000..464872e --- /dev/null +++ b/app/assets/stylesheets/common.css.scss @@ -0,0 +1,4 @@ +#alert_notice { + text-align: right; + padding-right: 20px; +} diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb index 1780298..230742e 100644 --- a/app/views/layouts/_navbar.html.erb +++ b/app/views/layouts/_navbar.html.erb @@ -38,4 +38,8 @@ <% end %> +
<%= notice %>
+<%= alert %>
+<%= notice %>
-<%= alert %>
<%= yield %>