Commit 6114d738dc6156867d67205b6acc0d504ca7a071
1 parent
14293f6a
Exists in
master
and in
5 other branches
Fix software catalog presentation
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
lib/software_info.rb
1 | 1 | class SoftwareInfo < ActiveRecord::Base |
2 | 2 | SEARCH_FILTERS = [] |
3 | - SEARCH_DISPLAYS = %w[compact] | |
3 | + SEARCH_DISPLAYS = %w[full] | |
4 | 4 | |
5 | 5 | def self.default_search_display |
6 | - 'compact' | |
6 | + 'full' | |
7 | 7 | end |
8 | 8 | |
9 | 9 | attr_accessible :e_mag, :icp_brasil, :intern, :e_ping, :e_arq, :operating_platform | ... | ... |