Revert "Move devise/shared/_links.erb to devise/_links.erb"

This reverts commit aa2d15aa33.

Conflicts:

	CHANGELOG.rdoc
This commit is contained in:
Rodrigo Flores
2012-03-03 10:40:59 -03:00
parent 643d5600b2
commit 9bf718dd82
16 changed files with 52 additions and 47 deletions

View File

@@ -46,7 +46,7 @@ class ViewsGeneratorTest < Rails::Generators::TestCase
assert_file "app/views/#{scope}/registrations/new.html.erb"
assert_file "app/views/#{scope}/registrations/edit.html.erb"
assert_file "app/views/#{scope}/sessions/new.html.erb"
assert_file "app/views/#{scope}/shared/_links.erb"
assert_file "app/views/#{scope}/unlocks/new.html.erb"
assert_file "app/views/#{scope}/_links.erb"
end
end