From 175a9b9caa92ad90bf2e8b68c299a00adb1f9751 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 27 Feb 2017 00:15:00 +0100 Subject: Fix #104 - Style OAuth authorized applications page Add ability to search accounts by display name --- app/views/settings/exports/show.html.haml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/settings/exports/show.html.haml (limited to 'app/views/settings/exports') diff --git a/app/views/settings/exports/show.html.haml b/app/views/settings/exports/show.html.haml new file mode 100644 index 000000000..d9006efdb --- /dev/null +++ b/app/views/settings/exports/show.html.haml @@ -0,0 +1,2 @@ +- content_for :page_title do + = t('settings.export') -- cgit