Skip to content

Commit

Permalink
Notify users that system is not mobile-oriented. CRR-1015
Browse files Browse the repository at this point in the history
  • Loading branch information
ybushmanova committed Apr 3, 2020
1 parent 48b5359 commit 8ff2991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion app/views/account_sessions/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
.control-group
.controls
= submit_tag 'Create an Account', class: 'btn btn-success nu-primary'

%br
%small
Desktop browser only
#login_tab.tab-pane
= form_for @account_session, html: { class: 'form-horizontal' } do |f|
.row-fluid
Expand All @@ -84,6 +86,9 @@
.control-group
.controls
= f.button 'Login', class: 'btn btn-success nu-primary'
%br
%small
Desktop browser only

#express_sign_up.tab-pane
= form_tag express_sign_up_accounts_path, method: :post, class: 'form-horizontal' do
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/sessions/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
= password_field_tag("#{resource_name}[password]")
.control-group
.controls
= submit_tag 'Log in', class: 'btn btn-success nu-primary'
= submit_tag 'Log in', class: 'btn btn-success nu-primary'

0 comments on commit 8ff2991

Please sign in to comment.