diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index d675a905..0b912ca4 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -167,3 +167,7 @@ table { } } } + +.cursor-pointer{ + cursor: pointer; +} diff --git a/app/views/shared/modals/_create_room_modal.html.erb b/app/views/shared/modals/_create_room_modal.html.erb index fb7093b6..5f8e7058 100644 --- a/app/views/shared/modals/_create_room_modal.html.erb +++ b/app/views/shared/modals/_create_room_modal.html.erb @@ -33,12 +33,12 @@
- + <%= f.label :access_code, t("modal.create_room.access_code_placeholder"), id: "create-room-access-code", class: "form-control" %> <%= f.hidden_field :access_code %> - +
@@ -47,7 +47,7 @@ <% end %> @@ -55,7 +55,7 @@ <% end %> @@ -63,14 +63,14 @@ <% end %>
<%= f.submit t("modal.create_room.create"), id: "create-room-submit", class: "create-only btn btn-primary btn-block" %> diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 4aa6cec4..10c00bf9 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -63,7 +63,7 @@
<%= f.label :accepted_terms, t("terms.accept", href: link_to(t("terms.title"), terms_path, target: "_blank", class: "ml-1 text-blue")).html_safe, class: "ml-1" %>
<%= @user.errors.full_messages_for(:accepted_terms).first %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index d706936c..59501001 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -151,8 +151,8 @@ en: confirmation: doesn't match %{attribute} inclusion: is not included in the list no_provider: - message: The customer you provided doesn't have Greenlight configured - help: Please contact Blindside Networks to setup Greenlight + message: The site you are trying to access is not enabled + help: Please contact your system administrator to setup Greenlight not_found: message: Sorry! The page you are looking for does not exist. help: Is it possible its been removed? @@ -384,7 +384,7 @@ en: invite_participants: Invite Participants join: Join last_session: Last session on %{session} - login: Login + login: Enter owner: Owner no_sessions: This room has no sessions, yet! recordings: Room Recordings