# File app/helpers/sys_conf_adm_helper.rb, line 2 def attributes_table(attrs, modifiable=false) [ table_tag, attributes_head(modifiable), attrs.map {|a| attributes_row(a, modifiable)}, end_table_tag ].join("\n") end