mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 15:48:15 -05:00
Fix default aspects on profile page and bookmarklet publisher
Fixes #7679
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
- elsif all_aspects_selected?(selected_aspects)
|
||||
= hidden_field_tag "aspect_ids[]", "all_aspects"
|
||||
- else
|
||||
- for aspect_id in aspect_ids
|
||||
= hidden_field_tag "aspect_ids[]", aspect_id.to_s
|
||||
- selected_aspects.each do |aspect|
|
||||
= hidden_field_tag "aspect_ids[]", aspect.id
|
||||
|
||||
.hidden#publisher_spinner
|
||||
.loader
|
||||
|
||||
Reference in New Issue
Block a user