mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
7 lines
149 B
Text
7 lines
149 B
Text
%table.table
|
|
- @show_attributes.each do |attr|
|
|
%tr
|
|
%td
|
|
%b
|
|
= attr.capitalize.gsub('_', ' ')
|
|
%td= @user.send(attr)
|