Skip to content

Instantly share code, notes, and snippets.

@francirp
Created August 8, 2016 15:48
Show Gist options
  • Save francirp/17db2dbae3819ca743656c36195d6984 to your computer and use it in GitHub Desktop.
Save francirp/17db2dbae3819ca743656c36195d6984 to your computer and use it in GitHub Desktop.
Decorators Codeblock 7
<ul>
  <li>Budget: <%= company.display_budget %></li>
  <li>Actual: <%= company.display_actual %></li>
  <li>Percent Spent: <%= company.display_percent_budget_spent %></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment