Commit 469b20636dc46c244f93c6139083f04c17fb134f
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'staging' of gitlab.com:participa/noosfero into staging
Showing
3 changed files
with
1 additions
and
3 deletions
Show diff stats
lib/noosfero/api/entities.rb
| @@ -66,7 +66,6 @@ module Noosfero | @@ -66,7 +66,6 @@ module Noosfero | ||
| 66 | class Person < Profile | 66 | class Person < Profile |
| 67 | root 'people', 'person' | 67 | root 'people', 'person' |
| 68 | expose :user, :using => UserBasic, documentation: {type: 'User', desc: 'The user data of a person' } | 68 | expose :user, :using => UserBasic, documentation: {type: 'User', desc: 'The user data of a person' } |
| 69 | - expose :orientacao_sexual, :identidade_genero, :transgenero, :etnia | ||
| 70 | end | 69 | end |
| 71 | 70 | ||
| 72 | class Enterprise < Profile | 71 | class Enterprise < Profile |
plugins/juventude
public/designs/themes/cube-responsive/theme.yml
| @@ -2,4 +2,3 @@ name: "Noosfero responsive some Bootstrap styling" | @@ -2,4 +2,3 @@ name: "Noosfero responsive some Bootstrap styling" | ||
| 2 | layout: "application-responsive" | 2 | layout: "application-responsive" |
| 3 | icon_theme: [awesome, pidgin] | 3 | icon_theme: [awesome, pidgin] |
| 4 | responsive: true | 4 | responsive: true |
| 5 | -public: true |