]> source.dussan.org Git - redmine.git/commit
Moves blocks definition to Redmine::MyPage.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Oct 2016 10:10:31 +0000 (10:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Oct 2016 10:10:31 +0000 (10:10 +0000)
commit8b86d5158e50d27de68a3c69c12b06e1af0deb52
tree724ac0a770438aa579d94a77b6855361a329274c
parent6ef3ecc030cfc744244bb15db2f2ef0eb46ed439
Moves blocks definition to Redmine::MyPage.

git-svn-id: http://svn.redmine.org/redmine/trunk@15930 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/my_controller.rb
app/helpers/my_helper.rb
app/models/user_preference.rb
app/views/my/page_layout.html.erb
lib/redmine/my_page.rb [new file with mode: 0644]
lib/redmine/views/my_page/block.rb [deleted file]
test/functional/my_controller_test.rb