Skip to content

Commit

Permalink
Moved search form below create asset forms
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Oct 20, 2012
1 parent 468cfba commit 569afa5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion app/views/accounts/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
= styles_for :account

= render 'title_bar'
= render 'search'

.remote#create_account{ hidden }

= render 'search'

.remote#options{ hidden }

.list#accounts
Expand Down
3 changes: 2 additions & 1 deletion app/views/campaigns/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
= styles_for :campaign

= render 'title_bar'
= render 'search'

.remote#create_campaign{ hidden }

= render 'search'

.remote#options{ hidden }

.list#campaigns
Expand Down
3 changes: 2 additions & 1 deletion app/views/contacts/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
= styles_for :contact

= render 'title_bar'
= render 'search'

.remote#create_contact{ hidden }

= render 'search'

.remote#options{ hidden }

.list#contacts
Expand Down
3 changes: 2 additions & 1 deletion app/views/leads/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
= styles_for :lead

= render 'title_bar'
= render 'search'

.remote#create_lead{ hidden }

= render 'search'

.remote#options{ hidden }

.list#leads
Expand Down
3 changes: 2 additions & 1 deletion app/views/opportunities/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
= styles_for :opportunity

= render 'title_bar'
= render 'search'

.remote#create_opportunity{ hidden }

= render 'search'

.remote#options{ hidden }

.list#opportunities
Expand Down

0 comments on commit 569afa5

Please sign in to comment.