Commit a85736f786f518fa1e45b2fdda62c0f25c31cd01
1 parent
b833fbab
Exists in
master
and in
5 other branches
Small Fixies in Software Information Block
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
lib/software_information_block.rb
| 1 | class SoftwareInformationBlock < Block | 1 | class SoftwareInformationBlock < Block |
| 2 | 2 | ||
| 3 | + attr_accessible :show_name | ||
| 4 | + | ||
| 5 | + settings_items :show_name, :type => :boolean, :default => false | ||
| 6 | + | ||
| 3 | def self.description | 7 | def self.description |
| 4 | _('Basic Software Information') | 8 | _('Basic Software Information') |
| 5 | end | 9 | end |