diaspora/app/views/layouts
Sarah Mei b60101b9ad Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new.
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.
2011-08-28 16:08:57 -07:00
..
_header.html.haml Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new. 2011-08-28 16:08:57 -07:00
application.html.haml Merge branch 'master' of github.com:diaspora/diaspora into js-refactor-merged 2011-08-20 14:40:56 -05:00
application.mobile.haml Merge branch 'master' of github.com:diaspora/diaspora into js-refactor-merged 2011-08-20 14:40:56 -05:00
notifier.html.erb fixed emails to show avatars, have subject lines that allow threading in email clients, and relevant content previews 2011-07-15 21:22:29 -07:00
notifier.text.haml fixed emails to show avatars, have subject lines that allow threading in email clients, and relevant content previews 2011-07-15 21:22:29 -07:00
popup.html.haml nicer auth prompt. wip. 2011-06-23 12:40:47 -07:00