Forked from anonymous/_search_resource.html.erb
Last active
December 27, 2015 00:29
-
-
Save tubbo/7237893 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
| <%= form_tag url_path, method: "get", id: "search", class: "form-inline", role: "form" do %> | |
| <%= end %> | |
| <%= render 'bulk_action_form' %> |
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
| <%= render "shared/dashboard/index_sidebar", partial: "sidebar" %> | |
| <%= form_tag some_path, method: :patch, id: "form_bulk_action", role: "form" do %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment