<%= @configuration_content.name%> Configuration

<%= link_to "New Compound Metric", :controller => "mezuro_plugin_myprofile", :action => "new_compound_metric_configuration", :params => { :id => @configuration_content.id } %>
Base Tools:
<% @base_tools.each do |base_tool| %> <% end %>
<%= link_to base_tool, :controller => "mezuro_plugin_myprofile", :action => "choose_metric", :params => { :base_tool => base_tool, :id => @configuration_content.id} %>