If I wrap with just like below, it automatically goes to next line.
Without , the button comes right next to it, that's what I want.
But I have to use for ajax reload purpose.
How can I solve this?
<div class="bookmark" data-communities-id="<%= community.id %>">
<%= render :partial => "communities/bookmark", :locals => {:community => community} %>
</div>