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