diaspora/app/views/aspects
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
..
_aspect_contacts.haml
_aspect_list_item.haml
_aspect_listings.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
_aspect_stream.haml clean up websocket receiver, add specs to content updater 2011-08-22 20:03:38 -05:00
_no_contacts_message.haml Fix the last broken jasmine spec by restoring the #no_posts div 2011-08-05 15:09:16 -07:00
_no_posts_message.haml clean up websocket receiver, add specs to content updater 2011-08-22 20:03:38 -05:00
_selected_contacts.html.haml
create.js.erb Revert "Revert "Merge branch 'issue1586-aspectdropdown-when-posting'"" 2011-08-18 16:48:20 -07:00
edit.html.haml
index.html.haml Added icon to directly unfollow a tag to listing of followed tags. 2011-08-09 22:45:06 +02:00
index.js.erb Fix contact count displayed on the right for good. Also use only one randomization when selecting the random contacts to display. 2011-08-12 22:04:53 +02:00
index.mobile.haml Revert "Revert "Merge branch 'issue1586-aspectdropdown-when-posting'"" 2011-08-18 16:48:20 -07:00
new.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
toggle_contact_visibility.js.erb
update.js.erb