Commit 515421060511b88b6bc36db6d9f1b309f1786069
Committed by
Fabio Teixeira
1 parent
fd355e41
Exists in
master
and in
5 other branches
Implement new rule of profile tabs.
Signed-off-by: Parley Martins <parley@outlook.com>
Showing
2 changed files
with
4 additions
and
6 deletions
Show diff stats
views/profile/_profile_tab.html.erb
1 | 1 | <table> |
2 | - <tr> | |
3 | - <th colspan='2'><%= _('Mpog Profile Information')%></th> | |
4 | - </tr> | |
5 | - | |
6 | - <%= display_field(_('Secondary E-mail:'), profile, :secondary_email, true) %> | |
7 | - <%= display_field(_('Institution:'), profile, :institutions, true) %> | |
2 | + <%= display_mpog_profile_information %> | |
8 | 3 | </table> | ... | ... |