<%= link_to(l(:label_custom_wiki_macro_plural), { :controller => 'macros', :action => 'index' }) %> » <%= h(@macro) %>

<%= l(:notice_custom_macro_edit) %>

<%= form_for(@macro, :url => { :controller => 'macros', :action => 'update' }, :builder => Redmine::Views::LabelledFormBuilder) do |f| %> <%= render(:partial => 'form', :locals => { :f => f }) %> <%= submit_tag(l(:button_save)) %> <% end %>