+
+ <%= _("SISP?") %>
+ <%= labelled_radio_button(_('Yes'), 'institution[sisp]', 'true', context.profile.institution.sisp)%>
+ <%= labelled_radio_button(_('No'), 'institution[sisp]', 'false', !context.profile.institution.sisp)%>
+
+
+
+<% end %>
diff --git a/views/profile/_institution_tab.html.erb b/views/profile/_institution_tab.html.erb
index 1f82177..cc8aaaf 100644
--- a/views/profile/_institution_tab.html.erb
+++ b/views/profile/_institution_tab.html.erb
@@ -15,5 +15,7 @@
<%= display_field(_('Acronym:'), profile.institution, :acronym, true) %>
<%= display_field(_('Governmental Power:'), profile.institution.governmental_power, :name, true) %>
<%= display_field(_('Governmental Sphere:'), profile.institution.governmental_sphere, :name, true) %>
+ <%= display_field(_('Juridical Nature:'), profile.institution.juridical_nature, :name, true) %>
+ <%= content_tag('tr', content_tag('td', _("SISP:")) + content_tag('td', profile.institution.sisp ? _("Yes") : _("No"))) %>
<% end %>
-
\ No newline at end of file
+
--
libgit2 0.21.2