Project

General

Profile

« Previous | Next » 

Revision bf4a13d3

Added by Walden Raines over 10 years ago

Fixes #3811 updating to bootstrap 3

View differences:

app/views/taxonomies/_step1.html.erb
<%= form_for taxonomy do |f| %>
<%= base_errors_for taxonomy %>
<%= wizard_header 1, _("Create %s") % taxonomy.class.name, _("Select Hosts"), _("Edit Properties") %>
<%= text_f f, :name, :class => "input-xlarge" %>
<%= text_f f, :name %>
<%= submit_or_cancel f %>

Also available in: Unified diff