projects
/
depot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ec658d48a1ef4a58a2dcb3173bd26801bc0d69be
[depot.git]
/
index.html.erb
1
2
<h1>Welcome, <%= User.find(session[:user_id]).name %></h1>
3
It's <%= Time.now %>.
4
We have <%= pluralize(@total_orders, "order" ) %>.