Sha256: 526d53020a1033eb555ea8c75c8eb059ecb5501243947da2f329ce57e3878d47
Contents?: true
Size: 335 Bytes
Versions: 24
Compression:
Stored size: 335 Bytes
Contents
%h3= "#{params[:action] == 'index' ? 'Add' : 'Edit'} Group" .explanation= params[:action] == "index" ? "You can create a new group here, just enter a title." : "Edit the group below and save." = form_for [:forge, @subscriber_group] do |f| = f.text_field :title %hr = button_link "Save", "javascript:;", :class => "submit button"
Version data entries
24 entries across 24 versions & 1 rubygems