Skip to content

Commit

Permalink
Test pronto
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Aug 22, 2022
1 parent a3cff3e commit 711d9a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/legislation_annotatable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/assets/stylesheets/participation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
height: rem-calc(14);
position: relative;

.meter {
.meter
{
background: $proposals;
border-radius: 0;
border-bottom-right-radius: rem-calc(3);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= form_tag(budget_executions_path(budget), method: :get, class: "budget-executions-filters") do %>
<div class="filter">
<%= label_tag :milestone_tag, t("budgets.executions.filters.milestone_tag.label") %>
<%= label_tag :milestone_tag,t("budgets.executions.filters.milestone_tag.label") %>
<%= select_tag :milestone_tag,
options_for_select(
options_for_milestone_tags,
Expand Down
1 change: 1 addition & 0 deletions app/models/abilities/administrator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Administrator
include CanCan::Ability

def initialize(user)

merge Abilities::Moderation.new(user)
merge Abilities::SDG::Manager.new(user)

Expand Down

0 comments on commit 711d9a1

Please sign in to comment.