From d57d45fa6b9233dc8bd6667586aca4db4354b376 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 11 Mar 2017 12:19:16 +0000 Subject: [PATCH] Add link to create new file instead --- app/views/edit/edit.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/views/edit/edit.html.erb b/app/views/edit/edit.html.erb index a61a6b244..5da735850 100644 --- a/app/views/edit/edit.html.erb +++ b/app/views/edit/edit.html.erb @@ -1,5 +1,12 @@ <%= form_tag action: 'message' do %> +
+ + <%= fa_icon 'plus' %> + Create new file instead + +
+

Suggest a change to <%= @filename %>