fix failing tests

This commit is contained in:
shlok007 2017-07-04 05:55:41 +05:30
parent f68fd39095
commit 7d472f2ad5
2 changed files with 2 additions and 2 deletions

View file

@ -90,5 +90,5 @@
- else
.row
.col-md-12.text-right
- if can? :create, @conference
- if can? :create, @conference.build_splashpage
= link_to 'Create Splashpage', new_admin_conference_splashpage_path, class: 'btn btn-primary'