6 lines
249 B
Plaintext
6 lines
249 B
Plaintext
|
#block-signup.block
|
||
|
%h2= title t("layout.settings.notifiers.edit_header")
|
||
|
.content
|
||
|
= form_for @notifier, :url => user_settings_notifier_path(@user), :html => { :class => :form } do |f|
|
||
|
= render :partial => "form", :locals => {:f => f}
|