Make the connecting to flickr more obvious

by making it a button with an icon
This commit is contained in:
Brenda Wallace
2020-10-16 10:42:18 +13:00
committed by Brenda Wallace
parent f9cbabb35f
commit 61b03c5d71

View File

@@ -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