Files
astuto/app/views/static_pages/roadmap.html.erb
Riccardo Graziosi 1cdbbc91e8 Various improvements and fixes (#309)
* Remove roadmap header
* Add hostname to poweredby url
* Fix oauth button click style
* Fix mailer astuto logo
* Fix asset urls in public html files
2024-03-14 23:04:34 +01:00

10 lines
136 B
Plaintext

<%=
react_component(
'Roadmap',
{
postStatuses: @post_statuses,
posts: @posts,
boards: @boards,
}
)
%>