From eac40ddfd1eb214e107a2d678d5f24bc4519509d Mon Sep 17 00:00:00 2001 From: James Mason Date: Fri, 15 Aug 2014 18:41:12 -0700 Subject: [PATCH] Switch proposal attachment glyphs to FontAwesome --- app/views/proposal/_form.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/proposal/_form.html.haml b/app/views/proposal/_form.html.haml index 0b78cbdb..83e67ae1 100644 --- a/app/views/proposal/_form.html.haml +++ b/app/views/proposal/_form.html.haml @@ -55,7 +55,7 @@ .row-fluid.fileupload-buttonbar .btn.btn-success.fileinput-button - %span.glyphicon.glyphicon-icon-plus.icon-white + %span.fa.fa-plus Add files... = f.file_field :attachment = f.hidden_field :event_id, :value => @event.id @@ -100,7 +100,7 @@ {% } else if (o.files.valid && !i) { %} {% if (!o.options.autoUpload) { %} {% } %} @@ -109,7 +109,7 @@ {% } %} {% if (!i) { %} {% } %} @@ -138,7 +138,7 @@ {% } %}