Sha256: e2554d4a01c639ddcb8b44b27082712407ab92474cf05eb3ccf5cf845aabddf8
Contents?: true
Size: 806 Bytes
Versions: 3
Compression:
Stored size: 806 Bytes
Contents
#forum_name %table.noborder.nopad.wide{"cellspacing"=>"0","border"=>"0", "cellpadding"=>"0"} %td %label= :title.l = form.text_field :name, :class => "primary" %td %label= :position.l = form.text_field :position, :size => 5 %label =:tags.l %em="(#{:optional_keywords_describing_this_forum_separated_by_commas.l})" = text_field_tag 'tag_list', @forum.tag_list, {:autocomplete => "off", :size => 35} #tag_list_auto_complete.auto_complete -content_for :end_javascript do = auto_complete_field 'tag_list', {:url => { :controller => "tags", :action => 'auto_complete_for_tag_name'}, :tokens => [','] } #forum_descripion %label= :description.l = form.text_area :description, :rows => 7, :class => "rich_text_editor"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
community_engine-2.3.0 | app/views/forums/_form.html.haml |
community_engine-2.1.0 | app/views/forums/_form.html.haml |
community_engine-2.0.0 | app/views/forums/_form.html.haml |