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 'new_version_message' | |
| .container-fluid.margin-left-0.well | |
| = form_tag '', method: :get do | |
| .col-md-4.margin-left-0 | |
| = label_tag :query, "Document title, number or user email" | |
| = text_field_tag :query, params[:query], title: 'Document title, number or user email', class: 'form-control' | |
| .col-md-1 | |
| = label_tag :interview_complete, "Status" | |
| = select_tag :interview_complete, options_for_select(status_collection, params[:interview_complete]), class: 'form-control' |
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
| cls(practice)$ git status | |
| On branch practice | |
| You are currently cherry-picking commit 6e0580a. | |
| (fix conflicts and run "git cherry-pick --continue") | |
| (use "git cherry-pick --abort" to cancel the cherry-pick operation) | |
| Unmerged paths: | |
| (use "git add <file>..." to mark resolution) | |
| both modified: app/views/account/dashboard/index.html.haml |
OlderNewer