-
- Downloads
Override Action View name inference in settings/keyword_mutes.
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.
Showing
- app/views/settings/keyword_mutes/edit.html.haml 1 addition, 1 deletionapp/views/settings/keyword_mutes/edit.html.haml
- app/views/settings/keyword_mutes/index.html.haml 1 addition, 1 deletionapp/views/settings/keyword_mutes/index.html.haml
- app/views/settings/keyword_mutes/new.html.haml 1 addition, 1 deletionapp/views/settings/keyword_mutes/new.html.haml
Please register or sign in to comment