diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index c36b28c..7d2849e 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -1595,9 +1595,6 @@ text-align: right; width: 50px; } - table.dmp_details_table input{ - width:60% - } } } diff --git a/app/views/contact_us/contacts/new.html.erb b/app/views/contact_us/contacts/new.html.erb index fccdff6..3d8d17a 100644 --- a/app/views/contact_us/contacts/new.html.erb +++ b/app/views/contact_us/contacts/new.html.erb @@ -67,7 +67,7 @@ <%= f.label :message, (t(".message") + content_tag(:abbr, "*", :class => "required")).html_safe %>
<%= f.object.errors[:message].join(" and ") %>
<% end %> diff --git a/config/routes.rb b/config/routes.rb index 5976acc..7025021 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -20,6 +20,7 @@ get "help" => 'static_pages#help', :as => "help" get "news" => 'static_pages#news', :as => "news" get "terms" => 'static_pages#termsuse', :as => "terms" + get "roadmap" => 'static_pages#roadmap', :as => "roadmap" get "existing_users" => 'existing_users#index', :as => "existing_users" #organisation admin area