dev_bj
cxt 6 years ago
commit 21b6b7cb65

@ -16,7 +16,8 @@
</ul> </ul>
</div> </div>
<div> <div>
<p class="footer_con-p inline lineh-30"><span class="font-18 fl">©</span>&nbsp;2019&nbsp;EduCoder<span class="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style="color: #888;" target="_blank">Trustie</a>&nbsp;&nbsp;&nbsp;&&nbsp;&nbsp;&nbsp;IntelliDE inside.</p> <p class="footer_con-p inline lineh-30"><span class="font-18 fl">©</span>&nbsp;2019&nbsp;EduCoder<a style="color: #888;" target="_blank" href="http://beian.miit.gov.cn/" class="ml15 mr15">湘ICP备17009477号</a>
<a href="https://team.trustie.net" style="color: #888;" target="_blank">Trustie</a>&nbsp;&nbsp;&nbsp;&&nbsp;&nbsp;&nbsp;IntelliDE inside. <span class="ml15 mr15">版权所有 湖南智擎科技有限公司</span></p>
</div> </div>
<div class="cl"></div> <div class="cl"></div>
</div> </div>

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

Loading…
Cancel
Save