Created
June 16, 2012 15:47
-
-
Save Poincare/2941745 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <% if no_time_included %> | |
| Oops, using old system please revert. | |
| <% end %> | |
| <div id="times"> | |
| <span class="age"><%= @age %></span> | |
| <span class="age_edited"><%= @age_edited %></span> | |
| </div> | |
| <div id="post-<%= @id %>" data-id="<%= @p_id %>"> | |
| <div id="author">@author</div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment