Sha256: 5a26e6f607a3529a833fdfa38d0aac09239e9234e57f5152106740b40032c7cc
Contents?: true
Size: 744 Bytes
Versions: 26
Compression:
Stored size: 744 Bytes
Contents
.filters#filters .caption= t :opportunity_stages - @stage.each do |value, key| .check_box{:style => "border-bottom: 1px silver dotted;"} %div{:style => "float:right;"} = @opportunity_stage_total[key] = opportunity_stage_checkbox(key, @opportunity_stage_total[key]) = label_tag(key, value) .check_box{:style => "border-bottom: 1px silver dotted;"} %div{:style => "float:right;"} = @opportunity_stage_total[:other] = opportunity_stage_checkbox("other", @opportunity_stage_total[:other]) = label_tag(:other, t(:other)) .check_box %div{:style => "float:right;"} %b= @opportunity_stage_total[:all] %b #{t :total_opportunities} = hook(:index_opportunity_sidebar_bottom, self)
Version data entries
26 entries across 26 versions & 2 rubygems