From 4abc59f66d6ce55534eb83d386b91e49ad0ba90a Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 17 Oct 2014 12:02:21 +1100 Subject: [PATCH] Change styling on the enterprise name because we dont know what type it is yet --- .../javascripts/templates/registration/contact.html.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/javascripts/templates/registration/contact.html.haml b/app/assets/javascripts/templates/registration/contact.html.haml index b87073431e..916a614c0b 100644 --- a/app/assets/javascripts/templates/registration/contact.html.haml +++ b/app/assets/javascripts/templates/registration/contact.html.haml @@ -5,9 +5,7 @@ %header %h2 Greetings! %h5 - Who is responsible for managing - %span.turquoise - {{ enterprise.name }}? + Who is responsible for managing {{ enterprise.name }}? %form{ name: 'contact', novalidate: true, ng: { controller: "RegistrationFormCtrl", submit: "selectIfValid('type',contact)" } } .row.content