Sha256: b69e47a2f001cdce9770e14249654a6878cb507fe7d8db2789a4c88feef40e12
Contents?: true
Size: 811 Bytes
Versions: 2
Compression:
Stored size: 811 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.to_s, {: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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
community_engine-2.3.2 | app/views/forums/_form.html.haml |
community_engine-2.3.1 | app/views/forums/_form.html.haml |