diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index e7b4623df..7fb3bb31d 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -740,6 +740,31 @@ margin-top: $line-height*1.5; } +.budget-investment-show { + + .label-budget-investment { + background: none; + clear: both; + color: $budget; + display: block; + font-size: rem-calc(12); + font-weight: bold; + line-height: $line-height; + padding-bottom: 0; + padding-left: 0; + padding-top: 0; + text-transform: uppercase; + } + + .icon-budget { + color: $budget; + font-size: $small-font-size; + line-height: $line-height; + margin-left: rem-calc(6); + top: 0; + } +} + // 05. Featured // ------------ diff --git a/app/views/budgets/investments/_investment_show.html.erb b/app/views/budgets/investments/_investment_show.html.erb index dd1fd615f..c2ba6e209 100644 --- a/app/views/budgets/investments/_investment_show.html.erb +++ b/app/views/budgets/investments/_investment_show.html.erb @@ -90,6 +90,13 @@ <% end %> + <% else %> +
+
+ <%= t("budgets.investments.show.title") %> + +
+
<% end %> diff --git a/config/locales/budgets.en.yml b/config/locales/budgets.en.yml index 6faadeac6..6d8a3648f 100644 --- a/config/locales/budgets.en.yml +++ b/config/locales/budgets.en.yml @@ -71,6 +71,7 @@ en: location_html: 'Location: %{location}' organization_name_html: 'Organization: %{name}' share: Share + title: Investment project wrong_price_format: Only integer numbers investment: title: Investment project diff --git a/config/locales/budgets.es.yml b/config/locales/budgets.es.yml index 6da91f059..091ab1976 100644 --- a/config/locales/budgets.es.yml +++ b/config/locales/budgets.es.yml @@ -71,6 +71,7 @@ es: location_html: 'Ubicación: %{location}' organization_name_html: 'Organización: %{name}' share: Compartir + title: Propuesta de inversión wrong_price_format: Solo puede incluir caracteres numéricos investment: title: Propuesta de inversión