Project

General

Profile

« Previous | Next » 

Revision 581d3b6b

Added by Ori Rabin over 9 years ago

Fixes #8764 - adds description to taxonomies

View differences:

app/views/taxonomies/_step1.html.erb
<%= wizard_header 1, _("Create %s") % taxonomy.class.name, _("Select Hosts"), _("Edit Properties") %>
<%= select_f(f, :parent_id, taxonomy.class.order(:title), :id, :title, { :include_blank => true }, { :label => _('Parent') }) if show_parent?(taxonomy) %>
<%= text_f f, :name %>
<%= textarea_f f, :description, :rows => 5 %>
<%= submit_or_cancel f %>

Also available in: Unified diff