From 696db6d4334a44d49669db0fe2c455b1a40e511e Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 10 Feb 2021 14:23:11 +0000 Subject: [PATCH] Convert the new note form to use bootstrap --- app/views/browse/new_note.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/browse/new_note.html.erb b/app/views/browse/new_note.html.erb index e647eab13..1786c260f 100644 --- a/app/views/browse/new_note.html.erb +++ b/app/views/browse/new_note.html.erb @@ -4,12 +4,14 @@

<%= t("javascripts.notes.new.intro") %>

-
+ - +
+ +
- " disabled="1"> + " disabled="1" class="btn btn-primary">
-- 2.45.1