|
|
|
@ -127,9 +127,7 @@
|
|
|
|
|
<%= l(:label_new_course_description) %>
|
|
|
|
|
</label>
|
|
|
|
|
<span class="jstEditor">
|
|
|
|
|
<textarea id="course_description" class="wiki-edit" style="font-size:small;width:490px;margin-left:10px;" rows="8" name="course[description]" cols="40">
|
|
|
|
|
<%= @course.description %>
|
|
|
|
|
</textarea>
|
|
|
|
|
<textarea id="course_description" class="wiki-edit" style="font-size:small;width:490px;margin-left:10px;" rows="8" name="course[description]" cols="40"><%= @course.description %></textarea>
|
|
|
|
|
</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p style="margin-left:-10px;">
|
|
|
|
|