adds comments to pending content

This commit is contained in:
decabeza
2018-01-17 18:36:58 +01:00
committed by Bertocq
parent 8486c183df
commit 7cbb1dd3a7

View File

@@ -77,6 +77,10 @@
<div id="map">
<h3><%= t("budgets.index.map") %></h3>
<!--
Pending to include here the map from
https://github.com/consul/consul/issues/2300
-->
</div>
<div>
@@ -90,14 +94,10 @@
<div id="all_phases">
<h2><%= t("budgets.index.all_phases") %></h2>
<% @budget.phases.published.pluck(:kind) do |phase_kind| %>
<div class="row">
<div class="small-12 column <%= @budget.phase == phase_kind ? 'active' : '' %>">
<h4><%= t("budgets.phase.#{phase_kind}") %></h4>
<%= @budget.description_for_phase(phase_kind) %>
</div>
</div>
<% end %>
<!--
Pending to include here the list of phases from
https://github.com/consul/consul/issues/2289
-->
</div>