initial checkin of full application
This commit is contained in:
7
app/views/pages/home.html.erb
Normal file
7
app/views/pages/home.html.erb
Normal file
@ -0,0 +1,7 @@
|
||||
<% if current_user %>
|
||||
<%= t(:homepage_logged_in) %>
|
||||
<% else %>
|
||||
|
||||
<%= t(:homepage) %>
|
||||
|
||||
<% end %>
|
1
app/views/pages/terms.html.erb
Normal file
1
app/views/pages/terms.html.erb
Normal file
@ -0,0 +1 @@
|
||||
<%= t(:tos) %>
|
Reference in New Issue
Block a user