removed redundant line
This commit is contained in:
parent
8aee9bd69e
commit
c4c6cb62d8
|
@ -49,6 +49,5 @@
|
||||||
|
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
= render 'shared/modal_ask_followers'
|
= render 'shared/modal_ask_followers'
|
||||||
- if user_signed_in?
|
|
||||||
%button.btn.btn-primary.btn-fab.visible-xs{"data-target" => "#modal-ask-followers", "data-toggle" => "modal", :type => "button"}
|
%button.btn.btn-primary.btn-fab.visible-xs{"data-target" => "#modal-ask-followers", "data-toggle" => "modal", :type => "button"}
|
||||||
%i.fa.fa-pencil-square-o
|
%i.fa.fa-pencil-square-o
|
Loading…
Reference in New Issue