| author | Vincent Tondellier <tonton+hg@team1664.org> |
| Wed, 02 May 2012 01:41:29 +0200 | |
| changeset 1 | c3726f733704 |
| parent 0 | 5b78b8c79d9c |
| child 2 | 873ceb7769a8 |
| permissions | -rw-r--r-- |
%= t table => (class => 'table table-striped table-bordered table-condensed') => begin <tr> %= t td => 'Build Architecture' %= t td => $system_info->{cpu_arch} </tr> <tr> %= t td => 'Build Architecture Info' %= t td => $system_info->{cpu_info} </tr> <tr> %= t td => 'OS' %= t td => $system_info->{os} </tr> <tr> %= t td => 'OS Version' %= t td => $system_info->{os_ver} </tr> % end