Skip to content

Commit c044dde

Browse files
author
Phil Opaola
committed
Rename commit_id to commitid in changes_table.html
1 parent df6d12d commit c044dde

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

codespeed/templates/codespeed/changes_table.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
</tr>
7575
</thead>
7676
<tbody>
77-
<tr class="commit-id">
77+
<tr class="commit -id">
7878
<th class="infofirst">Commit</th>
79-
<td>{% if rev.get_browsing_url %}<a href="{{ rev.get_browsing_url }}">{{ rev.commit_id }}</a>{% else %}{{ rev.commit_id }}{% endif %}</td>
79+
<td>{% if rev.get_browsing_url %}<a href="{{ rev.get_browsing_url }}">{{ rev.commitid }}</a>{% else %}{{ rev.commitid }}{% endif %}</td>
8080
</tr>
8181
<tr class="date"><th class="infofirst">Date</td><td>{{ rev.date }}</td></tr>
8282
{% ifnotequal rev.branch.project.repo_type "N" %}
@@ -94,12 +94,12 @@
9494
<th colspan="2">Commit logs</th>
9595
</tr>
9696
</thead>
97-
<tbody class="commits" data-commit_id="{{ rev.id }}">
97+
<tbody class="commits" data-commitid="{{ rev.id }}">
9898
<tr><td colspan="2" style="text-align:center;">Loading... <img src="{{ STATIC_URL}}images/ajax-loader.gif" align="bottom"></td></tr>
9999
</tbody>
100100
<script type="text/javascript">
101101
var el = $("tbody.commits");
102-
el.load("logs/", "revisionid=" + el.data("commit_id"));
102+
el.load("logs/", "revisionid=" + el.data("commitid"));
103103
</script>
104104
</table>
105105
{% endifnotequal %}

0 commit comments

Comments
 (0)