Sha256: c83c5d2f1a6a2e408ff17aa481eed7ad55e85eae6f47b05a39c96baddd26bd93

Contents?: true

Size: 343 Bytes

Versions: 6

Compression:

Stored size: 343 Bytes

Contents

module Gaku
  module StudentChooserHelper

    def student_chooser_modal(&block)
      style = 'display: block;position: absolute;left: 500px;top: 100px;width:auto;height:auto;text-align:center;'
      content_tag :div, class: 'modal hide', id: 'student-modal', wmode: 'opaque', style: style do
        block.call
      end
    end

  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/helpers/gaku/student_chooser_helper.rb
gaku-0.0.3 core/app/helpers/gaku/student_chooser_helper.rb
gaku-0.0.2 core/app/helpers/gaku/student_chooser_helper.rb
gaku_core-0.0.2 app/helpers/gaku/student_chooser_helper.rb
gaku-0.0.1 core/app/helpers/gaku/student_chooser_helper.rb
gaku_core-0.0.1 app/helpers/gaku/student_chooser_helper.rb