OSDN Git Service

fix form helper
authoryasushiito <yas@pen-chan.jp>
Sat, 8 Mar 2014 00:50:56 +0000 (09:50 +0900)
committeryasushiito <yas@pen-chan.jp>
Sat, 8 Mar 2014 00:50:56 +0000 (09:50 +0900)
commit6beb227e26fd9b957d8e703c994bdb96ce6ddfc9
tree6ce5a130c33cc097ac619164aa95b4361bf8296f
parente20f713fcc3d040eb1b599c8aaae50d51c5c3d56
fix  form helper
46 files changed:
app/assets/javascripts/manifest/work/forms.js.coffee.erb
app/models/speech_balloon.rb
app/views/ground_colors/_element_face.html.erb
app/views/ground_colors/_scenario.html.erb
app/views/ground_pictures/_element_face.html.erb
app/views/ground_pictures/_scenario.html.erb
app/views/panel_pictures/_element_face.html.erb
app/views/panel_pictures/_scenario.html.erb
app/views/speech_balloons/_element_face.html.erb
app/views/templates/r/form/helper/_color_helper.html.erb [new file with mode: 0644]
app/views/templates/r/form/helper/_popup_helper.html.erb [new file with mode: 0644]
app/views/templates/r/form/helper/_size_helper.html.erb [new file with mode: 0644]
app/views/templates/r/form/helper/_tail_angle_helper.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/_bay_labels.html.erb
app/views/templates/r/panel_editor/panel_dock/_board_bodys.html.erb
app/views/templates/r/panel_editor/panel_dock/_board_labels.html.erb
app/views/templates/r/panel_editor/panel_dock/bay_body/_element.html.erb
app/views/templates/r/panel_editor/panel_dock/bay_body/_new.html.erb
app/views/templates/r/panel_editor/panel_dock/bay_body/_priority.html.erb
app/views/templates/r/panel_editor/panel_dock/bay_body/_root.html.erb
app/views/templates/r/panel_editor/panel_dock/bay_body/_scenario.html.erb
app/views/templates/r/panel_editor/panel_dock/bay_label/_bay_label.html.erb
app/views/templates/r/panel_editor/panel_dock/board_label/_board_label.html.erb
app/views/templates/r/panel_editor/panel_dock/board_label/_priority.html.erb
app/views/templates/r/panel_editor/panel_dock/board_label/_scenario.html.erb
app/views/templates/r/panel_editor/panel_dock/bucket/_priority.html.erb
app/views/templates/r/panel_editor/panel_dock/bucket/_scenario.html.erb
lib/editor/editor.rb
lib/editor/pool.rb
lib/manifest/form/field/helper.rb
lib/manifest/form/field/helper/base.rb [moved from lib/manifest/form/field/helper/helper.rb with 72% similarity]
lib/manifest/form/field/helper/color.rb [new file with mode: 0644]
lib/manifest/form/field/helper/popup.rb [new file with mode: 0644]
lib/manifest/form/field/helper/size.rb [new file with mode: 0644]
lib/manifest/form/field/helper/tail_angle.rb [new file with mode: 0644]
lib/manifest/local/view/form/field.rb
lib/manifest/local/view/form/field/helper.rb
lib/manifest/local/view/form/field/helper/base.rb [new file with mode: 0644]
lib/manifest/local/view/form/field/helper/color.rb [new file with mode: 0644]
lib/manifest/local/view/form/field/helper/helper.rb [deleted file]
lib/manifest/local/view/form/field/helper/popup.rb [new file with mode: 0644]
lib/manifest/local/view/form/field/helper/size.rb [new file with mode: 0644]
lib/manifest/local/view/form/field/helper/tail_angle.rb [new file with mode: 0644]
lib/manifest/model.rb
lib/manifest/model/association.rb
lib/peta/editize.rb