OSDN Git Service

t#32025:comic rename
authoryasushiito <yas@pen-chan.jp>
Tue, 10 Sep 2013 01:45:40 +0000 (10:45 +0900)
committeryasushiito <yas@pen-chan.jp>
Tue, 10 Sep 2013 01:45:40 +0000 (10:45 +0900)
commit000b5d5ef4f3cf02793ae6a06855b7bd3cd9a78f
treebe95a2e71f50e561920d643b8f75a6d530a0a152
parent6c938eed3fda5fc01d2af0ea771a0b219b243e8b
t#32025:comic rename
49 files changed:
app/assets/javascripts/scroll_panels.js.coffee [new file with mode: 0644]
app/assets/javascripts/scrolls.js.coffee [new file with mode: 0644]
app/assets/stylesheets/scroll_panels.css.scss [new file with mode: 0644]
app/assets/stylesheets/scrolls.css.scss [new file with mode: 0644]
app/controllers/scroll_panels_controller.rb [new file with mode: 0644]
app/controllers/scrolls_controller.rb [new file with mode: 0644]
app/helpers/scroll_panels_helper.rb [new file with mode: 0644]
app/helpers/scrolls_helper.rb [new file with mode: 0644]
app/models/scroll.rb [new file with mode: 0644]
app/models/scroll_panel.rb [new file with mode: 0644]
app/views/home/scroll_panels.html.erb [new file with mode: 0644]
app/views/home/scrolls.html.erb [new file with mode: 0644]
app/views/scroll_panels/_append_panel.html.erb [new file with mode: 0644]
app/views/scroll_panels/_footer.html.erb [new file with mode: 0644]
app/views/scroll_panels/_form.html.erb [new file with mode: 0644]
app/views/scroll_panels/_licensed_pictures.html.erb [new file with mode: 0644]
app/views/scroll_panels/_list_item.html.erb [new file with mode: 0644]
app/views/scroll_panels/_order.html.erb [new file with mode: 0644]
app/views/scroll_panels/_scroll_header.html.erb [new file with mode: 0644]
app/views/scroll_panels/browse.html.erb [new file with mode: 0644]
app/views/scroll_panels/edit.html.erb [new file with mode: 0644]
app/views/scroll_panels/edit.js.erb [new file with mode: 0644]
app/views/scroll_panels/index.html.erb [new file with mode: 0644]
app/views/scroll_panels/list.html.erb [new file with mode: 0644]
app/views/scroll_panels/new.html.erb [new file with mode: 0644]
app/views/scroll_panels/scroll.html.erb [new file with mode: 0644]
app/views/scroll_panels/show.html.erb [new file with mode: 0644]
app/views/scrolls/_form.html.erb [new file with mode: 0644]
app/views/scrolls/_list_item.html.erb [new file with mode: 0644]
app/views/scrolls/browse.html.erb [new file with mode: 0644]
app/views/scrolls/edit.html.erb [new file with mode: 0644]
app/views/scrolls/edit.js.erb [new file with mode: 0644]
app/views/scrolls/index.atom.builder [new file with mode: 0644]
app/views/scrolls/index.html.erb [new file with mode: 0644]
app/views/scrolls/index.rss.builder [new file with mode: 0644]
app/views/scrolls/list.html.erb [new file with mode: 0644]
app/views/scrolls/new.html.erb [new file with mode: 0644]
app/views/scrolls/new.js.erb [new file with mode: 0644]
app/views/scrolls/show.atom.builder [new file with mode: 0644]
app/views/scrolls/show.html.erb [new file with mode: 0644]
app/views/scrolls/show.rss.builder [new file with mode: 0644]
db/migrate/20130906044356_create_scrolls.rb [new file with mode: 0644]
db/migrate/20130906044457_create_scroll_panels.rb [new file with mode: 0644]
spec/controllers/scroll_panels_controller_spec.rb [new file with mode: 0644]
spec/controllers/scrolls_controller_spec.rb [new file with mode: 0644]
spec/helpers/scroll_panels_helper_spec.rb [new file with mode: 0644]
spec/helpers/scrolls_helper_spec.rb [new file with mode: 0644]
spec/models/scroll_panel_spec.rb [new file with mode: 0644]
spec/models/scroll_spec.rb [new file with mode: 0644]