~vauxoo/openerp-tools/runbot7_vauxoo_sums_links_dev_jorge

« back to all changes in this revision

Viewing changes to openerp-runbot/openerprunbot/templates/defs.vauxoo.html.mako

  • Committer: Jorge Angel Naranjo Rogel
  • Date: 2014-02-28 18:48:03 UTC
  • Revision ID: jorge_nr@vauxoo.com-20140228184803-s5hwlczzlogxn01y
[IMP]Fix id in name of branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
</%def>
275
275
 
276
276
<%def name="short_row_(r,g)">
277
 
<tr id="${g.name}">
 
277
<tr id="${g.name.replace('.','_')}">
278
278
<th width="25%">
279
279
<div class="panel panel-default">
280
280
${set_heading(r,g)}
320
320
 
321
321
 
322
322
<%def name="simple_row(r,g)">
323
 
<tr id="${g.name}">
 
323
<tr id="${g.name.replace('.','_')}">
324
324
    <td>
325
325
        <form method="POST" action="/a?build=${g.name}&amp;team=${g.team_name}">
326
326
        % if g.build_number != sys.maxint: