Sha256: a9f87d505d64e78dd41fcf86dc632bd0fe252c70c092d88fed704fc2b3df97cb
Contents?: true
Size: 747 Bytes
Versions: 11
Compression:
Stored size: 747 Bytes
Contents
- if current_page?(action: 'new') - heading = 'New' - subheading = 'Add' - elsif current_page?(action: 'edit') / - heading = 'Edit' - subheading = 'Edit' - else - subheading = '' section.content-header h1 | #{heading} #{(current_page?(action: 'index') ? controller_name.camelize : controller_name.singularize.camelize)} small | #{subheading} ol.breadcrumb li a href=pages_path i.fa.fa-dashboard | Home li class=(current_page?(eval("#{controller_name}_path")) ? :active : nil) a href="#{controller_name}_path" = controller_name.camelize - unless current_page?(eval("#{controller_name}_path")) li.active | #{heading} #{controller_name.singularize.camelize}
Version data entries
11 entries across 11 versions & 1 rubygems