remove_suggestion.html.erb 213 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 <div id="remove_suggestion"> <h1><%= _('Removing suggestion for community: %s') % @community.name %></h1> <%= render :partial => 'shared/remove_suggestion', :locals => { :suggestion => @community } %> </div>