_profile_tab.html.erb 246 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <table> <tr> <th colspan='2'><%= _('Mpog Profile Information')%></th> </tr> <%= display_field(_('Secondary E-mail:'), profile, :secondary_email, true) %> <%= display_field(_('Institution:'), profile, :institutions, true) %> </table>