mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
parent
46ef0d1db6
commit
ebd9fc5504
2 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
- msg_q = @data.css('msgQ').first
|
||||
.row
|
||||
.col-sm-12
|
||||
%h2= t('messages', count: msg_q['count'])
|
||||
%h2= t '.header', count: msg_q['count']
|
||||
%hr
|
||||
.row
|
||||
.col-md-12
|
||||
|
@ -75,7 +75,7 @@
|
|||
- else
|
||||
.row
|
||||
.col-sm-12
|
||||
%h2= t('messages', count: 0)
|
||||
%h2= t '.header', count: 0
|
||||
%hr
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
5
config/locales/registrar/polls.en.yml
Normal file
5
config/locales/registrar/polls.en.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
en:
|
||||
registrar:
|
||||
polls:
|
||||
show:
|
||||
header: Messages (%{count})
|
Loading…
Add table
Add a link
Reference in a new issue