Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
bill-auger
/
chatabase
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
c2e3bfea87
Branches
Tags
master
subscriptions-join-table
chatabase
/
app
/
views
/
layouts
/
application.html.erb
application.html.erb
103 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<title>Chatabase</title>
</head>
<body>
<%= yield %>
</body>
</html>