fixed broken spec

This commit is contained in:
2019-05-28 16:46:57 +02:00
parent 0e96429f76
commit bac73000c1
+1 -5
View File
@@ -1,7 +1,7 @@
- if supporter_signed_in?
h1.sr-only = title t('.title', name: current_supporter.first_name)
.row
.col-xs-12.col-md-7
.col-xs-12
.panel.panel-default
.panel-heading
h2.panel-title = t '.my_data'
@@ -31,9 +31,5 @@
= render 'publicity'
aside.col-md-5.col-xs-12
= render 'right_side'
- else
= render 'form'