Sha256: ce97b0b7a5c1eb6aec9e411f0fe93cdfd8dbbdde2c756241f40b4237d1de5b6f

Contents?: true

Size: 705 Bytes

Versions: 8

Compression:

Stored size: 705 Bytes

Contents

.col_full
  - rounded do
    %h1
      = :new_homepage_feature.l
    = error_messages_for :homepage_feature
    = form_for(:homepage_feature, :url => homepage_features_path, :html => {:multipart =>true} ) do |f|
      %p
        %b
          Url
        %br
        = f.text_field :url
      %p
        %b
          = :title.l
        %br
        = f.text_field :title
      %p
        %b
          = :description.l
        %br
        = f.text_area :description, :size => "69x10", :class => "rich_text_editor"
      %p
        %b
          = :filename.l
        %br
        = f.file_field :image
      %p
        = submit_tag :create.l
        = :or.l
        = link_to :cancel.l, homepage_features_path

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/homepage_features/new.html.haml
community_engine-2.3.1 app/views/homepage_features/new.html.haml
community_engine-2.3.0 app/views/homepage_features/new.html.haml
community_engine-2.1.0 app/views/homepage_features/new.html.haml
community_engine-2.0.0 app/views/homepage_features/new.html.haml
community_engine-2.0.0.beta3 app/views/homepage_features/new.html.haml
community_engine-2.0.0.beta2 app/views/homepage_features/new.html.haml
community_engine-2.0.0.beta1 app/views/homepage_features/new.html.haml