Translate the CFP status
This commit is contained in:
parent
36c384bd1d
commit
8878e328a7
|
@ -5,13 +5,14 @@
|
||||||
h1.page-header
|
h1.page-header
|
||||||
= @conference.title
|
= @conference.title
|
||||||
.pull-right
|
.pull-right
|
||||||
= t '.cfp_status'
|
.small
|
||||||
- if @conference.call_for_participation.in_progress?
|
=> t '.cfp_status'
|
||||||
= link_to management_conference_call_for_participation_path(@conference), method: :delete, class: 'btn btn-sm btn-success cfp-toggle'
|
- if @conference.call_for_participation.in_progress?
|
||||||
= icon 'dot-circle-o', '', class: 'fa-fw'
|
= link_to management_conference_call_for_participation_path(@conference), method: :delete, class: 'btn btn-sm btn-success cfp-toggle'
|
||||||
- else
|
= icon 'dot-circle-o', '', class: 'fa-fw'
|
||||||
= link_to management_conference_call_for_participation_path(@conference), method: :post, class: 'btn btn-sm btn-warning cfp-toggle'
|
- else
|
||||||
= icon 'circle-o', class: 'fa-fw'
|
= link_to management_conference_call_for_participation_path(@conference), method: :post, class: 'btn btn-sm btn-warning cfp-toggle'
|
||||||
|
= icon 'circle-o', class: 'fa-fw'
|
||||||
.row
|
.row
|
||||||
.col-lg-3.col-md-6
|
.col-lg-3.col-md-6
|
||||||
.panel.panel-primary
|
.panel.panel-primary
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
bg:
|
bg:
|
||||||
|
management:
|
||||||
|
conferences:
|
||||||
|
show:
|
||||||
|
cfp_status: 'Състояние на CFP:'
|
||||||
abstract: "Резюме"
|
abstract: "Резюме"
|
||||||
helpers:
|
helpers:
|
||||||
submit:
|
submit:
|
||||||
|
|
Loading…
Reference in New Issue