stray line breaks with indentation while using mt = bad
Change-Id: If8fc034b9c65b1c12c0b7c608a37cc5bd9ad7c6a Reviewed-on: https://gerrit.instructure.com/4628 Reviewed-by: Jon Jensen <jon@instructure.com> Reviewed-by: Cody Cutrer <cody@instructure.com> Tested-by: Hudson <hudson@instructure.com>
This commit is contained in:
parent
934e165986
commit
adc73eb07a
|
@ -10,8 +10,7 @@
|
|||
<h2><%= t 'titles.welcome_aboard', "Welcome aboard!" %></h2>
|
||||
<h4 style="margin-bottom: 0.2em"><%= t 'titles.email_confirmed', "Email address: %{email} confirmed.", :email => @communication_channel.path %></h4>
|
||||
<p><%= if @course
|
||||
mt :details_with_course, "In order to finish signing you up for the course **%{course}**, we'll need a few more pieces of information. Please
|
||||
fill out the form below:", :course => @course.name
|
||||
mt :details_with_course, "In order to finish signing you up for the course **%{course}**, we'll need a few more pieces of information. Please fill out the form below:", :course => @course.name
|
||||
else
|
||||
t :details, "In order to finish signing you up, we'll need a few more pieces of information. Please fill out the form below:"
|
||||
end %></p>
|
||||
|
|
Loading…
Reference in New Issue