]> source.dussan.org Git - redmine.git/commit
Add my activities to my page (#2471).
authorGo MAEDA <maeda@farend.jp>
Wed, 11 Jul 2018 14:51:07 +0000 (14:51 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 11 Jul 2018 14:51:07 +0000 (14:51 +0000)
commit87a671ce75fd2b1d402b96df4fb92f55e6009fd4
tree1897e3d21c4569f55c8aa70dfd2913c0754c1734
parent3a894f3a9112fcba80fc95d4edf17c5783bcdbdb
Add my activities to my page (#2471).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17443 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/my_controller.rb
app/helpers/my_helper.rb
app/views/activities/_activities.html.erb [new file with mode: 0644]
app/views/activities/index.html.erb
app/views/my/blocks/_activity.html.erb [new file with mode: 0644]
app/views/users/show.html.erb
lib/redmine/my_page.rb
test/functional/my_controller_test.rb