Skip to content

Commit e7733bc

Browse files
committed
add missing title element, fixes #11298
test plan: 1. go to /register 2. there should be a page title Change-Id: I71b234583bf8e84e335b905e164a0d12553b7db5 Reviewed-on: https://gerrit.instructure.com/14483 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Joe Tanner <joe@instructure.com> Reviewed-by: Mark Ericksen <marke@instructure.com>
1 parent d4e63a2 commit e7733bc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

app/views/users/new.html.erb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
:LOGIN_HANDLE_NAME => (@domain_root_account.login_handle_name rescue AccountAuthorizationConfig.default_login_handle_name),
66
:MIN_AGE => User.self_enrollment_min_age
77
}
8+
content_for :page_title, t('create_a_canvas_account', "Create a Canvas Account")
9+
content_for :head, include_stylesheets(:common, :media => "all")
810
%>
9-
<% content_for :head do %>
10-
<%= include_stylesheets :common, :media => "all" %>
11-
<% end %>
1211

1312
<div id="registration_header">
1413
<div class="registration-content">

0 commit comments

Comments
 (0)