This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Tankernn
/
school-platform
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0015a64ddd
Branches
Tags
master
school-platform
/
app
/
views
/
news_posts
/
show.html.erb
show.html.erb
85 B
Histórico
Raw
1
2
3
4
<
%=
provide(
:title
, @news_post.name)
%>
<
h1
>
News Post
</
h1
>
<
%=
render @news_post
%>