contacts_external_path fix

master
Wojciech Todryk 2011-10-04 20:45:44 +02:00
parent eac30875f3
commit b74d28793d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Mailr::Application.routes.draw do
post "ops"
get "export"
end
match "/external" => "contacts#external", :as => :external
match "/external" => "contacts#external", :as => :contacts_external
resources :contacts

View File

@ -29,7 +29,7 @@
<label class="label right"><%= User.human_attribute_name('password') %></label>
</div>
<div class="right">
<%= password_field "user", "password" %></td>
<%= password_field "user", "password" %>
</div>
</div>
<div class="group navform wat-cf">