A corporation manager and dashboard for EVE Online
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

10 satır
352 B

  1. module AdminHelper
  2. SETTINGS = [
  3. {:key => 'site_name', :label => 'Site name'},
  4. {:key => 'corp_name', :label => 'Corporation name'},
  5. {:key => 'corp_id', :label => 'Corporation ID', :size => 10},
  6. {:key => 'description', :label => 'Welcome message', :textarea => true},
  7. {:key => 'copyright', :label => 'Copyright'},
  8. ]
  9. end