]> cat aescling's git repositories - mastodon.git/commit
Simplify renders in views (#2084)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Tue, 18 Apr 2017 15:15:30 +0000 (11:15 -0400)
committerEugen <eugen@zeonfederated.com>
Tue, 18 Apr 2017 15:15:30 +0000 (17:15 +0200)
commit84b5fae8e37b9c1b3766efc047993c69ea046ae3
tree13451fed7e9d82750cfce45b269a06d81fc637e9
parentd90b1650d805f4cede5cff255530aa3fb4429864
Simplify renders in views (#2084)

* Simplify render in mailer views

* Simplify render in about/more view

* Simplify render in accounts follow views

* Simplify render in recovery code views

* Simplify render in stream entry embed

* Simplify render in stream entries status partial

* Simplify render in authorize follow new view
12 files changed:
app/views/about/more.html.haml
app/views/accounts/followers.html.haml
app/views/accounts/following.html.haml
app/views/accounts/show.html.haml
app/views/authorize_follow/new.html.haml
app/views/notification_mailer/favourite.text.erb
app/views/notification_mailer/mention.text.erb
app/views/notification_mailer/reblog.text.erb
app/views/settings/two_factor_auths/create.html.haml
app/views/settings/two_factor_auths/recovery_codes.html.haml
app/views/stream_entries/_status.html.haml
app/views/stream_entries/embed.html.haml