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'] %>
|
<%= raw @course['objective']['de'] %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= render :partial => "crawlers/personal_annotations" %>
|
<%= render_personal_annotations @course['courseNumber'], @personal_annotation %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
@ -12,5 +12,6 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= render :partial => "crawlers/personal_annotations" %>
|
<%= render_personal_annotations @id, @personal_annotation %>
|
||||||
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
@ -11,5 +11,5 @@
|
|||||||
<p><%= @thesis['assistant']['familyName'] %> <%= @thesis['assistant']['givenName'] %></p>
|
<p><%= @thesis['assistant']['familyName'] %> <%= @thesis['assistant']['givenName'] %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= render :partial => "crawlers/personal_annotations" %>
|
<%= render_personal_annotations @id, @personal_annotation %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
<%= button_to 'Delete', {:action => "delete_project", :id => project['id']}, :method => 'delete' %>
|
<%= button_to 'Delete', {:action => "delete_project", :id => project['id']}, :method => 'delete' %>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
<%= button_to 'Delete', {:action => "delete_thesis", :id => thesis['id']}, :method => 'delete' %>
|
<%= button_to 'Delete', {:action => "delete_thesis", :id => thesis['id']}, :method => 'delete' %>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user