# File lib/Borges/Component/NavigationBar.rb, line 14
  def render_content_on(r)
    actions.each do |symbol|
      r.anchor_on(symbol, target)
      r.break
    end
  end