Remove class 'error' in devise forms
This commit is contained in:
		
							parent
							
								
									4b7b57bb3d
								
							
						
					
					
						commit
						344ec86c57
					
				| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
		<%= devise_error_messages! %>
 | 
							<%= devise_error_messages! %>
 | 
				
			||||||
		<div class="content">
 | 
							<div class="content">
 | 
				
			||||||
			<div class="main">
 | 
								<div class="main">
 | 
				
			||||||
				<div class="control-group error">
 | 
									<div class="control-group clear">
 | 
				
			||||||
					<%= f.label :email %>
 | 
										<%= f.label :email %>
 | 
				
			||||||
					<%= f.email_field :email, :placeholder => t(:email), :style => "width: 330px;" %>
 | 
										<%= f.email_field :email, :placeholder => t(:email), :style => "width: 330px;" %>
 | 
				
			||||||
					<span class="help-inline">Please correct the error</span>
 | 
										<span class="help-inline">Please correct the error</span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@
 | 
				
			||||||
			<p class="notice hide">Notice</p>
 | 
								<p class="notice hide">Notice</p>
 | 
				
			||||||
			<p class="alert hide">You need to sign in or sign up before continuing.</p>
 | 
								<p class="alert hide">You need to sign in or sign up before continuing.</p>
 | 
				
			||||||
			<div class="main">
 | 
								<div class="main">
 | 
				
			||||||
				<div class="control-group error">
 | 
									<div class="control-group clear">
 | 
				
			||||||
					<%= f.label :email %>
 | 
										<%= f.label :email %>
 | 
				
			||||||
					<%= f.email_field :email, :placeholder => t(:email), :style => "width: 330px;" %>
 | 
										<%= f.email_field :email, :placeholder => t(:email), :style => "width: 330px;" %>
 | 
				
			||||||
					<span class="help-inline">Please correct the error</span>
 | 
										<span class="help-inline">Please correct the error</span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue