From 1cc624c10b2db1ca3cd70da098a7a4cc5f78be7f Mon Sep 17 00:00:00 2001 From: Jeff Xiong Date: Thu, 6 Dec 2012 14:44:21 +0800 Subject: [PATCH] fix a typo --- app/views/profile/edit.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile/edit.html.slim b/app/views/profile/edit.html.slim index ea89c09..fc35bd1 100644 --- a/app/views/profile/edit.html.slim +++ b/app/views/profile/edit.html.slim @@ -152,7 +152,7 @@ h1 Edit input#address type="text" button#address_btn style='margin-left:1em' Search p #{form.text_field :lat,:type => 'hidden', :id => 'person_lat'} #{form.text_field :lng,:type=> 'hidden', :id => 'person_lng'} - div.error_maps.alert.alert-error.hidden style="color:red;margin-left: 13em" That place you just searched do not exist. + div.error_maps.alert.alert-error.hidden style="color:red;margin-left: 13em" The place you just searched does not exist. div id="map_canvas" style="width: 600px; height: 300px;margin-left: 13em" div.form-actions = form.submit 'Update Profile', class: 'btn btn-primary'