diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss
index 06fdfd396..55ab2159f 100644
--- a/app/assets/stylesheets/layout.scss
+++ b/app/assets/stylesheets/layout.scss
@@ -2033,7 +2033,6 @@ table {
// ------------
.activity {
- margin-bottom: $line-height * 2;
.accordion li {
margin-bottom: $line-height / 2;
@@ -2065,54 +2064,8 @@ table {
}
}
- table {
- border: 0;
- margin-bottom: 0;
- }
-
- td {
- position: relative;
-
- &:first-child {
- padding-left: $line-height * 1.5;
- width: 75%;
- }
-
- &::before {
- color: $brand;
- font-family: "icons" !important;
- font-size: rem-calc(24);
- left: 4px;
- position: absolute;
- }
- }
-
- .activity-comments td:first-child::before {
- content: 'e';
- top: 18px;
- }
-
- .activity-debates td:first-child::before {
- content: 'i';
- top: 14px;
- }
-
- .activity-proposals {
-
- td:first-child::before {
- content: 'h';
- top: 18px;
- }
-
- .retired {
- text-decoration: line-through;
- }
- }
-
- .activity-investment-projects td:first-child::before,
- .activity-ballot td:first-child::before {
- content: '\53';
- top: 10px;
+ .retired {
+ text-decoration: line-through;
}
}
diff --git a/app/views/users/_budget_investment.html.erb b/app/views/users/_budget_investment.html.erb
index 774fae777..00a1eab20 100644
--- a/app/views/users/_budget_investment.html.erb
+++ b/app/views/users/_budget_investment.html.erb
@@ -2,10 +2,10 @@
<%= link_to budget_investment.title, budget_investment_path(budget_investment.budget, budget_investment) %>
|
-
+ |
<% if can? :destroy, budget_investment %>
<%= link_to t('shared.delete'), budget_investment_path(budget_investment.budget, budget_investment),
- method: :delete, class: "button hollow alert" %>
+ method: :delete, class: "button hollow alert expanded" %>
<% end %>
|
diff --git a/app/views/users/_budget_investments.html.erb b/app/views/users/_budget_investments.html.erb
index fb782f97c..091861d06 100644
--- a/app/views/users/_budget_investments.html.erb
+++ b/app/views/users/_budget_investments.html.erb
@@ -1,7 +1,13 @@
-
- <% @budget_investments.each do |budget_investment| %>
- <%= render "budget_investment", budget_investment: budget_investment %>
- <% end %>
+
+
+ | <%= t("users.show.budget_investments") %> |
+ <%= t("users.show.actions") %> |
+
+
+ <% @budget_investments.each do |budget_investment| %>
+ <%= render "budget_investment", budget_investment: budget_investment %>
+ <% end %>
+
<%= paginate @budget_investments %>
diff --git a/app/views/users/_comments.html.erb b/app/views/users/_comments.html.erb
index 25bd1fd5b..82efa8570 100644
--- a/app/views/users/_comments.html.erb
+++ b/app/views/users/_comments.html.erb
@@ -1,13 +1,18 @@
-