Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
commit
98ba57b819
@ -0,0 +1,14 @@
|
||||
<div id="issues">
|
||||
<% if courses_results.try(:size).to_i > 0 %>
|
||||
<hr />
|
||||
<% courses_results.each do |course| %>
|
||||
<p class="font_description2">
|
||||
<strong><%= l(:label_course) %>:<%= link_to "#{course.name}",course_path(course) %></strong>
|
||||
<br />
|
||||
<strong><%= l(:label_new_course_description) %>:</strong><%= course.description %>
|
||||
<%= course.updated_at %>
|
||||
</p>
|
||||
<div class="line_under"></div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
Loading…
Reference in new issue