]> git.openstreetmap.org Git - rails.git/commit
Rename diary_entry#list to #index
authorAndy Allan <git@gravitystorm.co.uk>
Mon, 10 Sep 2018 02:26:28 +0000 (10:26 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Mon, 10 Sep 2018 02:26:28 +0000 (10:26 +0800)
commit3f2ba044e54c3529c3afc531ab1c18b16c432be8
treea0aa61ac9be8690f5b215c2d8c07836dd0ed3da1
parent5a2d2f97cebf9e8442949ba1a36daab13fbc809c
Rename diary_entry#list to #index
app/controllers/diary_entry_controller.rb
app/views/diary_entry/_diary_entry.html.erb
app/views/diary_entry/_diary_index_entry.html.erb [new file with mode: 0644]
app/views/diary_entry/_diary_list_entry.html.erb [deleted file]
app/views/diary_entry/index.html.erb [moved from app/views/diary_entry/list.html.erb with 96% similarity]
app/views/diary_entry/rss.rss.builder
app/views/diary_entry/show.html.erb
app/views/user/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/diary_entry_controller_test.rb