]> cat aescling's git repositories - mastodon.git/commit
Override Action View name inference in settings/keyword_mutes.
authorDavid Yip <yipdw@member.fsf.org>
Tue, 24 Oct 2017 23:40:28 +0000 (18:40 -0500)
committerDavid Yip <yipdw@member.fsf.org>
Tue, 24 Oct 2017 23:40:28 +0000 (18:40 -0500)
commit9226257a1b43727d61f78621ff7eaadbe37c8fda
tree42e051ee6fb877732eaa5afa572eac3b722ff805
parent641f90e73adcc9718e610ec6c233d863e94fb92c
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.
app/views/settings/keyword_mutes/edit.html.haml
app/views/settings/keyword_mutes/index.html.haml
app/views/settings/keyword_mutes/new.html.haml
This page took 0.0331900000000001 seconds and 3 git commands to generate.