public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
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 -%>