add render_personal_annotations to all favorite classes
This commit is contained in:
parent
74cc3dce22
commit
9881e7962d
@ -14,5 +14,5 @@
|
||||
<%= raw @course['objective']['de'] %>
|
||||
<% end %>
|
||||
|
||||
<%= render :partial => "crawlers/personal_annotations" %>
|
||||
<%= render_personal_annotations @course['courseNumber'], @personal_annotation %>
|
||||
<% end %>
|
||||
|
||||
@ -12,5 +12,6 @@
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<%= render :partial => "crawlers/personal_annotations" %>
|
||||
<%= render_personal_annotations @id, @personal_annotation %>
|
||||
|
||||
<% end %>
|
||||
|
||||
@ -11,5 +11,5 @@
|
||||
<p><%= @thesis['assistant']['familyName'] %> <%= @thesis['assistant']['givenName'] %></p>
|
||||
<% end %>
|
||||
|
||||
<%= render :partial => "crawlers/personal_annotations" %>
|
||||
<%= render_personal_annotations @id, @personal_annotation %>
|
||||
<% end %>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
<%= button_to 'Delete', {:action => "delete_project", :id => project['id']}, :method => 'delete' %>
|
||||
</div>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</table>
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
<%= button_to 'Delete', {:action => "delete_thesis", :id => thesis['id']}, :method => 'delete' %>
|
||||
</div>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user