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:
Jacob Fugal 2011-07-11 09:33:37 -06:00
parent 934e165986
commit adc73eb07a
1 changed files with 1 additions and 2 deletions

View File

@ -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>