|
|
@ -11,7 +11,7 @@
|
|
|
|
<li><label>学分:</label><%= syllabus.credit %></li>
|
|
|
|
<li><label>学分:</label><%= syllabus.credit %></li>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% unless syllabus.hours.nil? || syllabus.hours == '' %>
|
|
|
|
<% unless syllabus.hours.nil? || syllabus.hours == '' %>
|
|
|
|
<li><label>总学时:</label><%=syllabus.hours %></li>
|
|
|
|
<li><label>总学时:</label><%= syllabus.theory_hours + syllabus.practice_hours %></li>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% unless syllabus.theory_hours.nil? || syllabus.theory_hours == '' %>
|
|
|
|
<% unless syllabus.theory_hours.nil? || syllabus.theory_hours == '' %>
|
|
|
|
<li><label>理论学时:</label><%= syllabus.theory_hours %></li>
|
|
|
|
<li><label>理论学时:</label><%= syllabus.theory_hours %></li>
|
|
|
|