initial checkin of full application

This commit is contained in:
ioBridge
2011-03-27 16:56:15 -04:00
parent a36868bc86
commit 740a1b338c
127 changed files with 13777 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
</head>
<body>
<p>
<%= t(:password_reset_message1) %>
<br />
<%= t(:password_reset_message2) %>
<br />
<%= t(:password_reset_message3) %>
<br /><br />
<a href="<%= @webpage %>"><%= @webpage %></a>
</p>
</body>
</html>

View File

@ -0,0 +1,5 @@
<%= t(:password_reset_message1) %>
<%= t(:password_reset_message2) %>
<%= t(:password_reset_message3) %>
<a href="<%= @webpage %>"><%= @webpage %></a>