comparison rhodecode/templates/changeset/changeset.html @ 1472:aaec08ad9daf beta

Added pt_BR localization, added i18n wrappers on some places missing, fixed css in settings screen for longer labels.
author Augusto Herrmann <augusto.herrmann@planejamento.gov.br>
date Mon, 12 Sep 2011 00:51:53 -0300
parents 0a2a10a1912f
children bf263968da47 d2de0c2f02cd
comparison
equal deleted inserted replaced
1466:ad5a543a9b2f 1472:aaec08ad9daf
96 h.url.current(anchor=h.repo_name_slug('C%s' % h.safe_unicode(filenode.path))))}</div> 96 h.url.current(anchor=h.repo_name_slug('C%s' % h.safe_unicode(filenode.path))))}</div>
97 <div class="changes">${h.fancy_file_stats(stat)}</div> 97 <div class="changes">${h.fancy_file_stats(stat)}</div>
98 </div> 98 </div>
99 %endfor 99 %endfor
100 % if c.cut_off: 100 % if c.cut_off:
101 ${_('Changeset was to big and was cut off...')} 101 ${_('Changeset was too big and was cut off...')}
102 % endif 102 % endif
103 </div> 103 </div>
104 </div> 104 </div>
105 105
106 </div> 106 </div>