|
|
|
@ -46,20 +46,20 @@
|
|
|
|
|
</div>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
$.ajax({
|
|
|
|
|
url:"<%= repository_tree_changes_project_path(@project, :rev => @rev, :ent_path => ent_path, :gpid => @project.gpid) %>",
|
|
|
|
|
type: "GET",
|
|
|
|
|
data: "text",
|
|
|
|
|
success:function(data){
|
|
|
|
|
$('#changes_message_<%=tr_id %>').html(data.message)
|
|
|
|
|
$('#changes_author_<%=tr_id %>').html(data.author_name)
|
|
|
|
|
$('#changes_time_<%=tr_id %>').html(data.time)
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<!-- <script>-->
|
|
|
|
|
<!-- $(document).ready(function(){-->
|
|
|
|
|
<!-- $.ajax({-->
|
|
|
|
|
<!-- url:"<%#= repository_tree_changes_project_path(@project, :rev => @rev, :ent_path => ent_path, :gpid => @project.gpid) %>",-->
|
|
|
|
|
<!-- type: "GET",-->
|
|
|
|
|
<!-- data: "text",-->
|
|
|
|
|
<!-- success:function(data){-->
|
|
|
|
|
<!-- $('#changes_message_<%#=tr_id %>').html(data.message)-->
|
|
|
|
|
<!-- $('#changes_author_<%#=tr_id %>').html(data.author_name)-->
|
|
|
|
|
<!-- $('#changes_time_<%#=tr_id %>').html(data.time)-->
|
|
|
|
|
<!-- }-->
|
|
|
|
|
<!-- });-->
|
|
|
|
|
<!-- });-->
|
|
|
|
|
<!-- </script>-->
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|