OSDN Git Service

t#32246:add sheet
authoryasushiito <yas@pen-chan.jp>
Sat, 19 Oct 2013 07:54:58 +0000 (16:54 +0900)
committeryasushiito <yas@pen-chan.jp>
Sat, 19 Oct 2013 07:54:58 +0000 (16:54 +0900)
commitc1d01dc40f7c3dd70185898b82bdedfcde5205df
tree98158b2ebb3415be19a4bb8a9fabd3e9975c285b
parentd58f0139c17d55dfb5b1bcf8fc55073997554223
t#32246:add sheet
25 files changed:
app/assets/javascripts/application.js
app/assets/javascripts/pettanr_sheeter.js.coffee [new file with mode: 0644]
app/assets/javascripts/sheets.js.coffee
app/controllers/sheets_controller.rb
app/models/sheet.rb
app/models/sheet_panel.rb
app/views/sheet_panels/_element.html.erb [new file with mode: 0644]
app/views/sheet_panels/_element_face.html.erb [new file with mode: 0644]
app/views/sheet_panels/_form.html.erb
app/views/sheet_panels/_play_header.html.erb
app/views/sheet_panels/_scenario.html.erb [new file with mode: 0644]
app/views/sheet_panels/edit.html.erb
app/views/sheet_panels/new.html.erb
app/views/sheets/_body.html.erb
app/views/sheets/_element_tab.html.erb [new file with mode: 0644]
app/views/sheets/_form.html.erb
app/views/sheets/_standard.html.erb
app/views/sheets/edit.html.erb
app/views/sheets/new.html.erb
app/views/sheets/play.html.erb
app/views/sheets/show.html.erb
config/locales/pettanr.ja.yml
spec/controllers/sheets_controller_spec.rb
spec/models/sheet_panel_spec.rb
spec/models/sheet_spec.rb