removes bold on links and make consistent text
This commit is contained in:
@@ -27,11 +27,9 @@
|
||||
<h3>
|
||||
<%= group.name %> - <%= @ballot.heading_for_group(group).name %>
|
||||
</h3>
|
||||
<strong>
|
||||
<%= link_to t("budgets.ballots.show.remaining",
|
||||
amount: @ballot.formatted_amount_available(@ballot.heading_for_group(group))).html_safe,
|
||||
budget_group_path(@budget, group) %>
|
||||
</strong>
|
||||
<%= link_to t("budgets.ballots.show.remaining",
|
||||
amount: @ballot.formatted_amount_available(@ballot.heading_for_group(group))).html_safe,
|
||||
budget_group_path(@budget, group) %>
|
||||
</div>
|
||||
<% if @ballot.has_lines_in_group?(group) %>
|
||||
<h4 class="amount-spent text-right">
|
||||
@@ -62,9 +60,7 @@
|
||||
<h3>
|
||||
<%= group.name %>
|
||||
</h3>
|
||||
<strong>
|
||||
<%= link_to t("budgets.ballots.show.no_balloted_group_yet"), budget_group_path(@budget, group) %>
|
||||
</strong>
|
||||
<%= link_to t("budgets.ballots.show.no_balloted_group_yet"), budget_group_path(@budget, group) %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user