diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 3ea21db..df35cd6 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -10,6 +10,8 @@
*
* require jquery.ui.all
*= require_self
+ *
+ *= require bootstrap/dist/css/bootstrap
*/
/* CSSs files for jquery-ui. TODO, remove when bootstrap is re-introduced
diff --git a/app/views/contact_us/contacts/new.html.erb b/app/views/contact_us/contacts/new.html.erb
index 141a4c5..bff54e4 100644
--- a/app/views/contact_us/contacts/new.html.erb
+++ b/app/views/contact_us/contacts/new.html.erb
@@ -1,17 +1,19 @@
<% javascript "views/contacts/new_contact.js" %>
+
+
+
<%= _("Contact Us") %>
+
+ <%= raw _('%{application_name} is provided by the %{organisation_name}. You can find out more about us on our website. If you would like to contact us about %{application_name}, please fill out the form below.') % {organisation_name: Rails.configuration.branding[:organisation][:name],
+ organisation_url: Rails.configuration.branding[:organisation][:url],
+ application_name: Rails.configuration.branding[:application][:name]} %>
+
+
+
-
- <%= _("Contact Us") %>
-
-
- <%= raw _('%{application_name} is provided by the %{organisation_name}. You can find out more about us on our website. If you would like to contact us about %{application_name}, please fill out the form below.') % {organisation_name: Rails.configuration.branding[:organisation][:name],
- organisation_url: Rails.configuration.branding[:organisation][:url],
- application_name: Rails.configuration.branding[:application][:name]} %>
-
<%= _('Screencast on how to use %{application_name}') % {:application_name => Rails.configuration.branding[:application][:name]} %>
@@ -23,7 +22,7 @@
-
+
<%= render partial: 'shared/signin' %>
-
+
\ No newline at end of file
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 0afb421..3d0e76d 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -1,5 +1,5 @@
-
-