Skip to content

Instantly share code, notes, and snippets.

@francirp
Created August 8, 2016 15:39
Show Gist options
  • Save francirp/4088d36f92255254866b4253ef62f34d to your computer and use it in GitHub Desktop.
Save francirp/4088d36f92255254866b4253ef62f34d to your computer and use it in GitHub Desktop.
Decorators Codeblock 4
<ul>
  <li>Budget: <%= company.budget %></li>
  <li>Actual: <%= company.actual %></li>
  <li>Percent Spent: <%= company.percent_budget_spent %></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment