Sha256: 60c217510920f4e4c3dc6d061c389e8c3f06700f08370b184f97949d0423b6ed

Contents?: true

Size: 438 Bytes

Versions: 9

Compression:

Stored size: 438 Bytes

Contents

    screens.define "<%= screen_id %>" do | screen |
        screen.title       = "<%= options[:title] %>"
        screen.description = "<%= options[:description] %>"
        screen.icon        = "<%= options[:icon] %>"
        screen.group_id    = "<%= options[:group] %>"
        screen.model_class = "<%= options[:model_class] %>"
        screen.view_class  = "<%= class_name %>"
        screen.asset       = "<%= screen_id %>"
    end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 templates/config/screen.rb
hippo-fw-0.9.8 templates/config/screen.rb
hippo-fw-0.9.7 templates/config/screen.rb
hippo-fw-0.9.6 templates/config/screen.rb
hippo-fw-0.9.5 templates/config/screen.rb
hippo-fw-0.9.4 templates/config/screen.rb
hippo-fw-0.9.3 templates/config/screen.rb
hippo-fw-0.9.2 templates/config/screen.rb
hippo-fw-0.9.1 templates/config/screen.rb