Commit 9365fa9e3923c07b15f6ebf47ffa3be0b23bcb1f
1 parent
132e9a96
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
dspace_plugin : add partial
Showing
3 changed files
with
5 additions
and
4 deletions
Show diff stats
plugins/dspace/lib/dspace_plugin/library.rb
plugins/dspace/views/content_viewer/_community_item.html.erb
0 → 100644
| @@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
| 1 | +hello! |
plugins/dspace/views/content_viewer/library.html.erb
| @@ -14,8 +14,8 @@ | @@ -14,8 +14,8 @@ | ||
| 14 | 14 | ||
| 15 | <% end %> | 15 | <% end %> |
| 16 | 16 | ||
| 17 | - <ul id="sortable" class="step_list"> | ||
| 18 | - <%= render :partial => 'community_item', :collection => dspace_library.bli %> | 17 | + <ul id="sortable" class="communities_list"> |
| 18 | + <%= render :partial => 'community_item', :collection => dspace_library.communities %> | ||
| 19 | </ul> | 19 | </ul> |
| 20 | 20 | ||
| 21 | 21 |