Sha256: faa5b748f638e0dbe54e0a0e7393b410a14461de9af3a3d6add3e2cbe71bf0b1
Contents?: true
Size: 580 Bytes
Versions: 11
Compression:
Stored size: 580 Bytes
Contents
# # Copyright (c) 2014 Red Hat Inc. # # This software is licensed to you under the GNU General Public License, # version 3 (GPLv3). There is NO WARRANTY for this software, express or # implied, including the implied warranties of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 # along with this software; if not, see http://www.gnu.org/licenses/gpl.txt # module ArfReportsHelper def report_arf_column(event, style = "") style = "label-default" if event == 0 content_tag(:span, event, :class=>'label ' + style) end end
Version data entries
11 entries across 11 versions & 1 rubygems