Synchronize changes with server
This commit is contained in:
@@ -50,7 +50,7 @@ SourceStamps:
|
||||
{% for ss in sourcestamps_row %}
|
||||
<div class="col-md-4">
|
||||
<div class="box">
|
||||
<h3>{{ ss.codebase }}</h3>
|
||||
<h3>{{ ss }}</h3>
|
||||
<table class="table table-striped table-hover box">
|
||||
{% set ss_class = cycler('alt','') %}
|
||||
|
||||
@@ -70,7 +70,7 @@ SourceStamps:
|
||||
<tr class="{{ ss_class.next() }}"><td>Revision</td><td>{{ ss.revision|revlink(ss.repository) }}</td></tr>
|
||||
{% endif %}
|
||||
|
||||
{% if got_revisions[ss.codebase] %}
|
||||
{% if got_revisions[ss] %}
|
||||
<tr class="{{ ss_class.next() }}"><td>Got Revision</td><td>{{ got_revisions[ss.codebase]|revlink(ss.repository) }}</td></tr>
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user