Fix indentation in events#show view that caused a condition to be skipped
This commit is contained in:
parent
f724e58800
commit
cbd69fab5a
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
|
|
||||||
- if @conference.has_vote_results? or @conference.has_voting_endpoint?
|
- if @conference.has_vote_results? or @conference.has_voting_endpoint?
|
||||||
.row
|
.row
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
h2
|
h2
|
||||||
- if @conference.start_date.future?
|
- if @conference.start_date.future?
|
||||||
|
@ -141,6 +141,7 @@
|
||||||
tr
|
tr
|
||||||
td colspan="20"
|
td colspan="20"
|
||||||
= t 'management.conferences.vote_results.vote_data_never_updated'
|
= t 'management.conferences.vote_results.vote_data_never_updated'
|
||||||
|
= link_to update_vote_data_management_conference_path(@conference), method: :patch, class: ['btn', 'btn-primary'] do
|
||||||
= icon :refresh, t('management.conferences.vote_results.fetch_vote_results')
|
= icon :refresh, t('management.conferences.vote_results.fetch_vote_results')
|
||||||
- if @conference.has_vote_results?
|
- if @conference.has_vote_results?
|
||||||
.panel-footer.text-right
|
.panel-footer.text-right
|
||||||
|
|
Loading…
Reference in New Issue