markbates / mack

A Ruby web application framework

This URL has Read+Write access

mack / test / fake_application / app / views / tattle / read_tell.html.erb
100644 5 lines (5 sloc) 0.121 kb
1
2
3
4
5
<% if tell[:notice] -%>
  Someone wanted to say: '<%= tell[:notice] %>'
<% else -%>
  There is nothing to say.
<% end -%>