OSDN Git Service

t#32046:
authoryasushiito <yas@pen-chan.jp>
Mon, 30 Sep 2013 02:06:48 +0000 (11:06 +0900)
committeryasushiito <yas@pen-chan.jp>
Mon, 30 Sep 2013 02:06:48 +0000 (11:06 +0900)
commit4de70a43f48c9becfd180631289f7a4d480bb5b8
tree2f87d4374414e941644b948b55dd1957bb83a8be
parenteb397c27a98c59c856b91a5b09d1316b1135a15c
t#32046:
113 files changed:
app/assets/images/sheet.gif [new file with mode: 0644]
app/assets/images/story_sheet.gif [new file with mode: 0644]
app/assets/stylesheets/test.css.scss
app/controllers/authors_controller.rb
app/controllers/comics_controller.rb
app/controllers/home_controller.rb
app/controllers/panels_controller.rb
app/controllers/scroll_panels_controller.rb
app/controllers/scrolls_controller.rb
app/controllers/sheet_panels_controller.rb
app/controllers/sheets_controller.rb
app/controllers/stories_controller.rb
app/controllers/story_sheets_controller.rb
app/helpers/application_helper.rb
app/models/comic.rb
app/models/sheet_panel.rb
app/models/story.rb
app/models/story_sheet.rb
app/views/authors/comics.html.erb [new file with mode: 0644]
app/views/authors/sheet_panels.html.erb [new file with mode: 0644]
app/views/authors/sheets.html.erb [new file with mode: 0644]
app/views/authors/show.html.erb
app/views/authors/stories.html.erb [new file with mode: 0644]
app/views/authors/story_sheets.html.erb [new file with mode: 0644]
app/views/comics/_list_item.html.erb
app/views/comics/show.html.erb
app/views/home/comics.html.erb [new file with mode: 0644]
app/views/home/index.html.erb
app/views/home/sheet_panels.html.erb [new file with mode: 0644]
app/views/home/sheets.html.erb [new file with mode: 0644]
app/views/home/stories.html.erb [new file with mode: 0644]
app/views/home/story_sheets.html.erb [new file with mode: 0644]
app/views/layouts/test.html.erb
app/views/panels/_body.html.erb
app/views/panels/show.html.erb
app/views/scroll_panels/_append_panel.html.erb
app/views/scroll_panels/_append_scroll.html.erb [moved from app/views/panels/_append_scroll.html.erb with 80% similarity]
app/views/scroll_panels/_list_item.html.erb
app/views/scroll_panels/_scroll_header.html.erb
app/views/scroll_panels/edit.html.erb
app/views/scroll_panels/scroll.html.erb [deleted file]
app/views/scroll_panels/show.html.erb
app/views/scrolls/_list_item.html.erb
app/views/scrolls/play.html.erb
app/views/scrolls/show.html.erb
app/views/sheet_panels/_append_panel.html.erb [new file with mode: 0644]
app/views/sheet_panels/_append_sheet.html.erb [new file with mode: 0644]
app/views/sheet_panels/_form.html.erb [new file with mode: 0644]
app/views/sheet_panels/_licensed_pictures.html.erb [moved from app/views/stories/_licensed_pictures.html.erb with 100% similarity]
app/views/sheet_panels/_list_item.html.erb [new file with mode: 0644]
app/views/sheet_panels/_order.html.erb [new file with mode: 0644]
app/views/sheet_panels/_play_footer.html.erb [new file with mode: 0644]
app/views/sheet_panels/_play_header.html.erb [new file with mode: 0644]
app/views/sheet_panels/browse.html.erb [new file with mode: 0644]
app/views/sheet_panels/edit.html.erb [new file with mode: 0644]
app/views/sheet_panels/edit.js.erb [new file with mode: 0644]
app/views/sheet_panels/index.html.erb [new file with mode: 0644]
app/views/sheet_panels/list.html.erb [new file with mode: 0644]
app/views/sheet_panels/new.html.erb [new file with mode: 0644]
app/views/sheet_panels/show.html.erb [new file with mode: 0644]
app/views/sheets/_body.html.erb [new file with mode: 0644]
app/views/sheets/_form.html.erb [new file with mode: 0644]
app/views/sheets/_list_item.html.erb [new file with mode: 0644]
app/views/sheets/_standard.html.erb [new file with mode: 0644]
app/views/sheets/browse.html.erb [new file with mode: 0644]
app/views/sheets/edit.html.erb [new file with mode: 0644]
app/views/sheets/edit.js.erb [new file with mode: 0644]
app/views/sheets/index.html.erb [new file with mode: 0644]
app/views/sheets/list.html.erb [new file with mode: 0644]
app/views/sheets/new.html.erb [new file with mode: 0644]
app/views/sheets/new.js.erb [new file with mode: 0644]
app/views/sheets/play.html.erb [new file with mode: 0644]
app/views/sheets/show.html.erb [new file with mode: 0644]
app/views/stories/_append_panel.html.erb [deleted file]
app/views/stories/_comic_header.html.erb [deleted file]
app/views/stories/_footer.html.erb [deleted file]
app/views/stories/_form.html.erb
app/views/stories/_list_item.html.erb
app/views/stories/_order.html.erb
app/views/stories/_play_footer.html.erb [new file with mode: 0644]
app/views/stories/browse.html.erb
app/views/stories/comic.html.erb [deleted file]
app/views/stories/edit.html.erb
app/views/stories/list.html.erb
app/views/stories/play.html.erb [new file with mode: 0644]
app/views/stories/show.html.erb
app/views/story_sheets/_append_sheet.html.erb [new file with mode: 0644]
app/views/story_sheets/_append_story.html.erb [new file with mode: 0644]
app/views/story_sheets/_form.html.erb [new file with mode: 0644]
app/views/story_sheets/_list_item.html.erb [new file with mode: 0644]
app/views/story_sheets/_order.html.erb [new file with mode: 0644]
app/views/story_sheets/_play_footer.html.erb [new file with mode: 0644]
app/views/story_sheets/_play_header.html.erb [new file with mode: 0644]
app/views/story_sheets/browse.html.erb [new file with mode: 0644]
app/views/story_sheets/edit.html.erb [new file with mode: 0644]
app/views/story_sheets/edit.js.erb [new file with mode: 0644]
app/views/story_sheets/index.html.erb [new file with mode: 0644]
app/views/story_sheets/list.html.erb [new file with mode: 0644]
app/views/story_sheets/new.html.erb [new file with mode: 0644]
app/views/story_sheets/show.html.erb [new file with mode: 0644]
app/views/top/index.html.erb
config/locales/pettanr.ja.yml
config/magic_number.yml
config/routes.rb
spec/controllers/authors_controller_spec.rb
spec/controllers/comics_controller_spec.rb [new file with mode: 0644]
spec/controllers/home_controller_spec.rb
spec/controllers/scroll_panels_controller_spec.rb
spec/controllers/scrolls_controller_spec.rb
spec/controllers/sheet_panels_controller_spec.rb
spec/controllers/sheets_controller_spec.rb
spec/controllers/stories_controller_spec.rb [new file with mode: 0644]
spec/controllers/story_sheets_controller_spec.rb