OSDN Git Service

t#30237:update story view
authoryasushiito <yas@pen-chan.jp>
Sun, 2 Dec 2012 06:54:47 +0000 (15:54 +0900)
committeryasushiito <yas@pen-chan.jp>
Sun, 2 Dec 2012 06:54:47 +0000 (15:54 +0900)
commit418be292310a1adaa5113d2eeaf668aa97fce0b1
tree209b6afd0bcda2ff897fa846b9ddda63538fea9a
parent0fbe26ac598ad6e8ce4810009d394edeb850312a
t#30237:update story view
40 files changed:
app/assets/images/artist.gif [new file with mode: 0644]
app/assets/images/author.gif [new file with mode: 0644]
app/assets/images/comic.gif [new file with mode: 0644]
app/assets/images/panel.gif [new file with mode: 0644]
app/assets/images/story.gif [new file with mode: 0644]
app/controllers/home_controller.rb
app/helpers/application_helper.rb
app/models/story.rb
app/views/comics/_form.html.erb
app/views/comics/_list_item.html.erb
app/views/comics/edit.html.erb
app/views/comics/index.html.erb
app/views/comics/show.html.erb
app/views/home/comic.html.erb
app/views/home/panel.html.erb
app/views/home/step2.html.erb [deleted file]
app/views/home/step3.html.erb [deleted file]
app/views/home/story.html.erb [new file with mode: 0644]
app/views/panels/_footer.html.erb
app/views/panels/_form.html.erb
app/views/panels/edit.html.erb
app/views/panels/index.html.erb
app/views/panels/new.html.erb
app/views/panels/show.html.erb
app/views/stories/_comic_header.html.erb [new file with mode: 0644]
app/views/stories/_editform.html.erb [deleted file]
app/views/stories/_footer.html.erb [new file with mode: 0644]
app/views/stories/_form.html.erb [moved from app/views/stories/_newform.html.erb with 78% similarity]
app/views/stories/_header.html.erb [deleted file]
app/views/stories/_licensed_pictures.html.erb
app/views/stories/_list_item.html.erb [new file with mode: 0644]
app/views/stories/_order.html.erb
app/views/stories/comic.html.erb
app/views/stories/edit.html.erb
app/views/stories/index.html.erb
app/views/stories/new.html.erb
app/views/stories/show.html.erb
config/locales/pettanr.ja.yml
spec/controllers/stories_controller_spec.rb
spec/models/story_spec.rb