Created
July 15, 2018 03:01
-
-
Save staycreativedesign/fb36e7e559ed16def9236fd211a6f353 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %section.page-title.page-title-4.bg-secondary | |
| .container | |
| .row | |
| .col-md-6 | |
| %h3.uppercase.mb0.bold.number | |
| = area_name | |
| .col-md-6.text-right | |
| %ol.breadcrumb.breadcrumb-2 | |
| %li | |
| = link_to "Back" | |
| %li | |
| = link_to "new sponsor", new_admin_sponsor_path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| undefined local variable or method `area_name' for #<#<Class:0x00007fd00f709748>:0x00007fd014ddf180>............................................ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = render 'admin/layouts/header', locals: {area_name: 'Administrarors'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment