Fix rubocop issue
This commit is contained in:
parent
9bdcba4609
commit
d6478abcf9
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
%h1
|
||||
- if booth_type.new_record?
|
||||
New
|
||||
#{(t'booth').capitalize} Type
|
||||
#{(t 'booth').capitalize} Type
|
||||
= booth_type.title
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.row
|
||||
.col-md-12
|
||||
.page-header
|
||||
%h1 #{(t'booth').capitalize} Types
|
||||
%h1 #{(t 'booth').capitalize} Types
|
||||
%p.text-muted
|
||||
The different types of #{(t 'booth').pluralize} in your conference
|
||||
.row
|
||||
|
|
@ -26,4 +26,4 @@
|
|||
method: :delete, class: 'btn btn-danger', data: { confirm: "Do you really want to delete #{booth_type.title}?" }
|
||||
.row
|
||||
.col-md-12.text-right
|
||||
= link_to "Add #{(t'booth').capitalize} Type", new_admin_conference_program_booth_type_path(@conference.short_title), class: 'btn btn-primary'
|
||||
= link_to "Add #{(t 'booth').capitalize} Type", new_admin_conference_program_booth_type_path(@conference.short_title), class: 'btn btn-primary'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue