Skip to content

Commit

Permalink
changed login link in app/views/organizations/index.html.haml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirykr committed Oct 26, 2022
1 parent ad9c446 commit 3f93fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/organizations/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
.row
- @organizations.each do |org|
.col-xs-6.col-sm-4
= link_to dashboards_url(subdomain: org.short_name), class: 'org-link' do
= link_to new_user_session_url(subdomain: org.short_name), class: 'org-link' do
.organization
= image_tag(org.logo.thumb)

0 comments on commit 3f93fb4

Please sign in to comment.