aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/irker.conf
blob: 0b6a8824f3a9d251c53fdf5892fb3e17b80964e5 (plain)
1
2
3
4
5
6
7
<%-
  content = ''
  @irker_conf.keys.sort.each {|key|
    content += key + ' = ' + @irker_conf[key] + "\n"
  }
-%>
<%= @content %>