Skip to content
ferti.git
⋮
Summary
Commits
Files
ferti.git
/
app
/
views
/
dashboard
/
index.html.erb
[Rails] Fertilizer recipe solver for the FAPG.
View raw
1
<h1 class="display-1">Ferti</h1>
2
3
<%= render "nutrient_target_table", nutrient_profiles: @nutrient_profiles %>
4
5
<%= render "nutrient_measurements_table" %>
6
Summary
Commits
Files