<%= link_to("#{@configuration_content.name} Configuration", @configuration_content.view_url) %>

<%= link_to "New Compound Metric", :controller => "mezuro_plugin_metric_configuration", :action => "new_compound", :id => @configuration_content.id %>
Base Tools:
<% @base_tools.each do |base_tool| %>

<%= link_to base_tool.name, "#", :onclick => "jQuery(\"\##{base_tool.name}\").toggle();"%>


<% end %>