|
|
|
@ -13,8 +13,7 @@
|
|
|
|
|
<tbody>
|
|
|
|
|
<% @myshixuns.each do |myshixun| %>
|
|
|
|
|
<% edu_giturl = "...." %>
|
|
|
|
|
<% Rails.logger.info("#############myshixun.gpid#{@g.project(myshixun.gpid)}") %>
|
|
|
|
|
<% gitlab_giturl = @g.project(myshixun.gpid).try(:http_url_to_repo) %>
|
|
|
|
|
<% gitlab_giturl = "https://git.educoder.net/#{myshixun.repo_name}.git" %>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><%= myshixun.id %></td>
|
|
|
|
|
<td class="edu-txt-left"><span><%= link_to myshixun.shixun.try(:name), myshixun_path(myshixun), :target => "_blank", :title => myshixun.shixun.try(:name) %></span></td>
|
|
|
|
|