<% if dspace_library.allow_create?(user) %>
<%= content_tag('a', :href => url_for({:controller => 'dspace_plugin_myprofile', :action => 'new', :type => "DspacePlugin::Communityy", :parent_id => dspace_library.id}), :class => 'button with-text icon-add') do %> <%= _("Add a %s") % DspacePlugin::Communityy.short_description %> <% end %>
<% end %> <% communities = dspace_library.communities %>