Created
February 18, 2012 17:09
-
-
Save olivierbuffon/1860218 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #content | |
| #content-header | |
| .h2-edit Search | |
| #content-container | |
| = search_form_for @search, :url => { controller: "searches", action: "advanced"}, html: {method: :post} do |f| | |
| - setup_search_form f | |
| #search-conditions | |
| = f.condition_fields do |c| | |
| = render 'alerts/condition_fields', f: c | |
| = button_to_add_fields "Add Condition", f, :condition | |
| = f.grouping_fields do |g| | |
| = render 'alerts/grouping_fields', f: g | |
| = f.submit | |
| = render 'alerts/results' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Missing partial administration/searches/grouping_fields, administration/administration/grouping_fields with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml, :rabl]}. Searched in: | |
| * "/Users/olivierbuffon/Documents/Stages en Entreprise/Stage Level-Informatique 2010-2011/Clients/Contrat Online/Projects/contrat-online/app/views" | |
| * "/Users/olivierbuffon/.rvm/gems/ruby-1.9.3-p0@contrat-online/gems/kaminari-0.13.0/app/views" | |
| * "/Users/olivierbuffon/.rvm/gems/ruby-1.9.3-p0@contrat-online/gems/declarative_authorization-0.5.5/app/views" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment