]> cat aescling's git repositories - mastodon.git/commit
Set up /settings/keyword_mutes. #164.
authorDavid Yip <yipdw@member.fsf.org>
Sun, 15 Oct 2017 08:17:33 +0000 (03:17 -0500)
committerDavid Yip <yipdw@member.fsf.org>
Sat, 21 Oct 2017 19:54:36 +0000 (14:54 -0500)
commit4fa2f7e82d68c974ecfdb8896f15a5a3aba25828
tree20a0cc859f0c53696ed67f1ce83e36544111cd0e
parentb4b657eb1daebd1472384ff8ea1c1b9c4b313c5c
Set up /settings/keyword_mutes.  #164.

This should eventually be accessible via the API and the web frontend,
but I find it easier to set up an editing interface using Rails
templates and the like.  We can always take it out if it turns out we
don't need it.
app/controllers/settings/keyword_mutes_controller.rb [new file with mode: 0644]
app/helpers/settings/keyword_mutes_helper.rb [new file with mode: 0644]
app/views/settings/keyword_mutes/index.html.haml [new file with mode: 0644]
config/locales/en.yml
config/navigation.rb
config/routes.rb
spec/controllers/settings/keyword_mutes_controller_spec.rb [new file with mode: 0644]
spec/helpers/settings/keyword_mutes_helper_spec.rb [new file with mode: 0644]
This page took 0.024782 seconds and 3 git commands to generate.