Commit 3b817dd9cda843fc717bce9e903a0e0995cc739e

Authored by Nick Recobra
1 parent c1c364f5
Exists in master and in 1 other branch production

Single issue tracker form.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/apps/_fields.html.haml
... ... @@ -22,7 +22,7 @@
22 22 %div.email{:class => w.object.email.present? ? 'choosen' : nil}
23 23 = w.text_field :email
24 24  
25   -%fieldset.nested-wrapper
  25 +%fieldset
26 26 %legend Issue tracker
27 27 = f.fields_for :issue_tracker do |w|
28 28 %div.watcher.nested
... ...