ref: master
plugins/community_track/views/community_track_plugin_public/select_community.html.erb
<%= _('Select Community') %>
<% if !@failed.blank? %><% end %> <%= button_bar do %> <%= button(:add, c_('Create a new community'), :controller => 'memberships', :action => 'new_community', :profile => user.identifier, :back_to => @back_to) %> <% end %> <%= form_tag({:controller => 'community_track_plugin_public', :action => 'select_community', :profile => user.identifier}) do %><% @failed.each do |error|%> <%= error %> <% end %><% @communities.each do |community| %>
- <% end %>
<%= submit_button :save, _('New Track') %> <% end %>