search for: time_spac

Displaying 1 result from an estimated 1 matches for "time_spac".

Did you mean: time_span
2010 Sep 07
2
Help on formatting some HAML
...;/span> <%= link_to "#{order.name}", order, :remote => true %></li> <span class="rightside"><%= link_to ''Delete'', order, :confirm => ''Are you sure?'', :method => :delete %></span> <li class="time_space"><span class="quiet small time"><%= distance_of_time_in_words_to_now(order.created_at, :include_seconds => true) %> ago</span></li> <% end %> </ul> </div> <div class="page_nav"> Pagination goes here...