OSDN Git Service

fix form
authoryasushiito <yas@pen-chan.jp>
Tue, 11 Feb 2014 23:44:10 +0000 (08:44 +0900)
committeryasushiito <yas@pen-chan.jp>
Tue, 11 Feb 2014 23:44:10 +0000 (08:44 +0900)
commit623fb328302e8daec437b33f9511cdb491cbc203
treef276ddde1ae90892d88934a0528f55f6e851badc
parent6e6f76f4cb4eaf2154f45e126544314cdb68d67e
fix form
75 files changed:
app/assets/javascripts/manifest/work/controllers.js.coffee.erb
app/assets/javascripts/manifest/work/forms.js.coffee.erb
app/controllers/application_controller.rb
app/controllers/scrolls_controller.rb
app/models/artist.rb
app/models/author.rb
app/models/balloon.rb
app/models/comic.rb
app/models/ground_color.rb
app/models/ground_picture.rb
app/models/license.rb
app/models/license_group.rb
app/models/original_picture.rb
app/models/panel.rb
app/models/panel_picture.rb
app/models/picture.rb
app/models/resource_picture.rb
app/models/scroll.rb
app/models/scroll_panel.rb
app/models/sheet.rb
app/models/sheet_panel.rb
app/models/speech.rb
app/models/speech_balloon.rb
app/models/speech_balloon_template.rb
app/models/story.rb
app/models/story_sheet.rb
app/models/system_picture.rb
app/models/writing_format.rb
app/views/scrolls/new.html.erb
app/views/templates/r/form/_fields.html.erb [new file with mode: 0644]
app/views/templates/r/form/_form.html.erb
app/views/templates/r/form/field/_element.html.erb [moved from app/views/templates/r/form/_field.html.erb with 81% similarity]
app/views/templates/r/form/form.html.erb [new file with mode: 0644]
app/views/templates/r/form/label/_default.html.erb
app/views/templates/r/form/label_row_break/_break.html.erb [new file with mode: 0644]
app/views/templates/r/form/label_row_break/_no_break.html.erb [new file with mode: 0644]
app/views/templates/r/form/row_break/_break.html.erb [new file with mode: 0644]
app/views/templates/r/form/row_break/_no_break.html.erb [new file with mode: 0644]
app/views/templates/r/form/tag/_text.html.erb [new file with mode: 0644]
config/environment.rb
config/environments/development.rb
lib/content.rb [deleted file]
lib/element.rb [deleted file]
lib/element_part.rb [deleted file]
lib/item.rb [deleted file]
lib/manifest/controller/action.rb
lib/manifest/controller/action/new.rb [new file with mode: 0644]
lib/manifest/form.rb
lib/manifest/form/field/field.rb
lib/manifest/form/field/helper.rb
lib/manifest/form/field/helper/helper.rb
lib/manifest/form/field/label/label.rb
lib/manifest/form/field/tag/base.rb
lib/manifest/local/view/filer/body/file_body/file_item/none.rb [deleted file]
lib/manifest/local/view/filer/body/file_body/file_item/show.rb [deleted file]
lib/manifest/local/view/form.rb
lib/manifest/local/view/form/field.rb
lib/manifest/local/view/form/field/label.rb
lib/manifest/local/view/form/field/label/label.rb
lib/manifest/local/view/form/field/tag.rb
lib/manifest/local/view/form/field/tag/base.rb
lib/manifest/local/view/form/field/tag/hidden.rb
lib/manifest/local/view/form/field/tag/number.rb
lib/manifest/local/view/form/field/tag/select.rb
lib/manifest/local/view/form/field/tag/text.rb
lib/manifest/local/view/form/field/tag/text_area.rb
lib/manifest/model.rb
lib/owner.rb [deleted file]
lib/peta.rb [new file with mode: 0644]
lib/peta/content.rb [new file with mode: 0644]
lib/peta/element.rb [new file with mode: 0644]
lib/peta/element_part.rb [new file with mode: 0644]
lib/peta/item.rb [new file with mode: 0644]
lib/peta/owner.rb [new file with mode: 0644]
public/manifest.json