You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
354 B
6 lines
354 B
= columns(medium: 3, large: 2) do
|
|
= admin_menu
|
|
= columns(medium: 9, large: 10) do
|
|
%h3.subtitle=_("menu.submenu.admin.#{@admin_step.titlecase.gsub(/\s/, '_')}")
|
|
%p=(_"articles.admin.#{@admin_step.gsub(/\s/, '_')}.description", :p) unless @hide_description === true
|
|
%div{id: "admin-#{@admin_step}"}= render "conferences/admin/#{@admin_step}"
|
|
|