3b0ec6a270
• Updated: - groups to be public - routes for /group and /groups/id to be public - GroupTimeline to ignore relationships for loading - Group fetching to be a where with is_archived: false - GroupControllers to have if current_user, else • Added: - Meta and og information for view - Group fetch - public route api for featured groups, group timelines • Removed: - Doorkeeper for read:groups
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
- content_for :page_title do
|
|
= "#{group.title} / Group • #{site_hostname}"
|
|
|
|
- content_for :header_tags do
|
|
= opengraph 'og:type', 'website'
|
|
= render 'groups/og', group: group, url: "https://gab.com/groups/#{group.id}" |