Project

General

Profile

« Previous | Next » 

Revision 676cb428

Added by Marc Dequènes over 15 years ago

  • ID 676cb4287e4a0318bd7fd51e706f6265c4d4a2ec

[fix] remove hardcoded submit label in display_standard_form_buttons() helper and propagate submit_label view variable to it

View differences:

app/views/admin/artwork_groups/_form.rhtml
stacking_form(f) do |table|
table.field :name, _("Name:"), :text_field
form_comment(table)
table.content display_standard_form_buttons
table.content display_standard_form_buttons(submit_label)
end
%>
<%

Also available in: Unified diff