]> cat aescling's git repositories - mastodon.git/commit
Show what protocol is used for accounts in admin/accounts#index (#4622)
authornullkal <nullkal@users.noreply.github.com>
Thu, 17 Aug 2017 15:52:40 +0000 (00:52 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 17 Aug 2017 15:52:40 +0000 (17:52 +0200)
commit075d6a1e13aa6477c656e9dbe03e6720cb4e2b32
tree9d84b068162636ece4fd82fdd1d2e528480086f1
parent54a04e36587840e330a0a4df7c4e1855a3c92e03
Show what protocol is used for accounts in admin/accounts#index (#4622)

* Show what protocol used for in admin/accounts#index

* Add frozen_string_literal
app/helpers/account_helper.rb [new file with mode: 0644]
app/views/admin/accounts/_account.html.haml
app/views/admin/accounts/index.html.haml
app/views/admin/accounts/show.html.haml
spec/helpers/account_helper_spec.rb [new file with mode: 0644]