Sha256: d35c4dc4a70e7ccc255945d37d53100087c786c0c2a6294e46dfa094f99fac2d
Contents?: true
Size: 280 Bytes
Versions: 11
Compression:
Stored size: 280 Bytes
Contents
<h1>Viewing Notes For <%=user.first_name%> <%=user.last_name%></h1> <% for note in user.notes %> <div> <h2><%=note.subject%></h2> <h3>From <%=note.from.first_name%> <%=note.from.last_name%> at <%=format_date(note.at, :short_date)%></h3> <p><%=note.message%> </div> <%end%>
Version data entries
11 entries across 11 versions & 1 rubygems