app/views/subjects/show.html.erb in enju_subject-0.1.0.pre15 vs app/views/subjects/show.html.erb in enju_subject-0.1.0.pre16
- old
+ new
@@ -21,9 +21,10 @@
<p>
<strong><%= t('activerecord.attributes.subject.note') -%>:</strong>
<%= @subject.note -%>
</p>
</div>
+</div>
<div id="submenu" class="ui-corner-all">
<ul>
<li><%= back_to_index(flash[:page_info]) -%></li>
<li><%= link_to t('page.edit'), edit_subject_path(@subject) -%></li>