File tree Expand file tree Collapse file tree
codespeed/templates/codespeed Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" %}
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 %}
You can’t perform that action at this time.
0 commit comments