mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 09:21:13 +01:00
9226257a1b
Glitch::KeywordMute's name is inferred as glitch_keyword_mutes, and in templates this turns into e.g. settings/glitch/keyword_mutes. Going along with this convention means a lot of file movement, though, and for a UI that's as temporary and awkward as this one I think it's less effort to slap a bunch of as: options everywhere. We'll do the Right Thing when we build out the API and frontend UI.
6 lines
241 B
Text
6 lines
241 B
Text
- content_for :page_title do
|
|
= t('keyword_mutes.add_keyword')
|
|
|
|
= simple_form_for @keyword_mute, url: settings_keyword_mutes_path, as: :keyword_mute do |f|
|
|
= render 'shared/error_messages', object: @keyword_mute
|
|
= render 'fields', f: f
|