Skip to content

Commit

Permalink
Rename _new_links partial to _oauth_links
Browse files Browse the repository at this point in the history
  • Loading branch information
maddiedierker committed Feb 22, 2019
1 parent f6a52f3 commit fd7a827
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
= render "devise/shared/new_links"
= render "devise/shared/oauth_links"

%div.horizontal-or
%hr
Expand Down
Expand Up @@ -158,7 +158,7 @@
= t("or").upcase
%hr

= render "devise/shared/new_links"
= render "devise/shared/oauth_links"

%script{src: minifiable_asset_path('js/signup.js')}
%script{type: "text/javascript", src: "https://maps.googleapis.com/maps/api/js?client=#{CDO.google_maps_client_id}&sensor=true&libraries=places,geometry&v=3.7"}
Expand Down
2 changes: 1 addition & 1 deletion dashboard/app/views/devise/sessions/new.html.haml
Expand Up @@ -37,7 +37,7 @@
= t("or").upcase
%hr

= render "devise/shared/new_links"
= render "devise/shared/oauth_links"

%h3= t('signin.try_heading')

Expand Down
2 changes: 1 addition & 1 deletion dashboard/app/views/devise/unlocks/new.html.haml
Expand Up @@ -7,4 +7,4 @@
%br/
= f.email_field :email, :autofocus => true
%div= f.submit "Resend unlock instructions"
= render "devise/shared/new_links"
= render "devise/shared/oauth_links"

0 comments on commit fd7a827

Please sign in to comment.