Change css id #publicorprivate to a class id. Upate splashpages/show.html.haml
This commit is contained in:
parent
d3ce401cba
commit
1333641a5f
2 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@
|
|||
= link_to 'Delete', admin_conference_splashpage_path,
|
||||
method: :delete, data: { confirm: 'Are you sure?' }, class: 'btn btn-danger'
|
||||
- if @conference.splashpage && @conference.splashpage.public
|
||||
%p.text-muted#publicorprivate Public
|
||||
%p.text-muted.publicorprivate Public
|
||||
- else
|
||||
%p.text-muted#publicorprivate Private
|
||||
%p.text-muted.publicorprivate Private
|
||||
- else
|
||||
.row
|
||||
.col-md-12.text-right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue