]> git.openstreetmap.org Git - rails.git/commit
Rename user#view to user#show
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 5 Sep 2018 06:21:01 +0000 (14:21 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 5 Sep 2018 06:21:01 +0000 (14:21 +0800)
commit19c26e70a357f4e191c8d7bb8c2cc57575792cc0
treea527dde9c867d72bf7a76a1c47238e8df266e076
parent6027c42ee7b5ac6b36e8a62135d2cf67b3ca8250
Rename user#view to user#show
18 files changed:
app/controllers/user_controller.rb
app/helpers/issues_helper.rb
app/helpers/note_helper.rb
app/helpers/user_roles_helper.rb
app/models/notifier.rb
app/views/changeset/history.html.erb
app/views/changeset/list.atom.builder
app/views/layouts/_header.html.erb
app/views/oauth/authorize.html.erb
app/views/user/_user.html.erb
app/views/user/account.html.erb
app/views/user/show.html.erb [moved from app/views/user/view.html.erb with 100% similarity]
config/locales/en.yml
config/routes.rb
test/controllers/user_controller_test.rb
test/integration/client_applications_test.rb
test/integration/user_roles_test.rb
test/system/report_user_test.rb