From 0618f09939b7afc607bcd983139b91e056debe4d Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Wed, 26 Apr 2017 18:19:53 -0400 Subject: Add spec coverage and refactor authorize_follows controller (#2505) --- app/views/authorize_follows/error.html.haml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/authorize_follows/error.html.haml (limited to 'app/views/authorize_follows/error.html.haml') diff --git a/app/views/authorize_follows/error.html.haml b/app/views/authorize_follows/error.html.haml new file mode 100644 index 000000000..88d33b68d --- /dev/null +++ b/app/views/authorize_follows/error.html.haml @@ -0,0 +1,3 @@ +.form-container + .flash-message#error_explanation + = t('authorize_follow.error') -- cgit