Facebox needs to get back a text/html response. We were using text/javascript to indicate that we wanted a remote form and text/html to indicate we wanted a non-remote form. The trouble is, if we request with text/javascript then that is the format we get back. It doesn't really make sense to use formats that way anyway, so I changed it to an explicit parameter. This had the nice side effect of simplifying our new-aspect views. |
||
|---|---|---|
| .. | ||
| _add_remove_services.haml | ||
| _aspect_dropdown.html.haml | ||
| _author_info.html.haml | ||
| _author_info.mobile.haml | ||
| _contact_list.html.haml | ||
| _contact_sidebar.html.haml | ||
| _donate.html.erb | ||
| _footer.mobile.haml | ||
| _invitations.haml | ||
| _mail_signup_form.erb | ||
| _public_explain.haml | ||
| _publisher.html.haml | ||
| _publisher.mobile.haml | ||
| _right_sections.html.haml | ||
| _settings_nav.haml | ||
| _stream.haml | ||
| _stream_element.html.haml | ||
| _stream_element.mobile.haml | ||