From 61b03c5d71bc3f4d0a207d275d708fcc4cccd49e Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Fri, 16 Oct 2020 10:42:18 +1300 Subject: [PATCH] Make the connecting to flickr more obvious by making it a button with an icon --- app/views/photos/new.html.haml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/photos/new.html.haml b/app/views/photos/new.html.haml index e60e4fd78..7a8201a32 100644 --- a/app/views/photos/new.html.haml +++ b/app/views/photos/new.html.haml @@ -38,6 +38,8 @@ .col-md-12= will_paginate @photos - else .alert - You must - = link_to "connect your account to Flickr", '/members/auth/flickr' - to add photos. + %p You must connect your account to Flickr to add photos. + + = link_to '/members/auth/flickr', class: :btn do + = icon 'fab', 'flickr' + connect to Flickr