Last active
June 16, 2016 16:25
-
-
Save bewitchingme/56733964ecb6ffb7eae768914930674a to your computer and use it in GitHub Desktop.
This file contains 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
ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %td and nested within it.): |
This file contains 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
- @accounts.each do |account| | |
%tr | |
%td= account.name | |
%td= account.category | |
%td | |
= link_to edit_account_path do | |
%i.fa.fa-pencil-square-o | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment