版本库提示同一高度
This commit is contained in:
parent
ab3fc0fb2c
commit
0d1fc409d1
|
@ -4,6 +4,9 @@
|
|||
$("#pro_st_edit_ku").toggle();
|
||||
}
|
||||
</script>
|
||||
<% unless @project.repositories.any? %>
|
||||
<p class="nodata">温馨提示:<%= l(:label_repository_no_data) %></p>
|
||||
<% end %>
|
||||
<%= str = error_messages_for 'repository' %>
|
||||
<% project_path_cut = RepositoriesHelper::PROJECT_PATH_CUT %>
|
||||
<% ip = RepositoriesHelper::REPO_IP_ADDRESS %><!--Added by tanxianbo For formatting project's path-->
|
||||
|
@ -87,8 +90,6 @@
|
|||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
<% else %>
|
||||
<p class="nodata">温馨提示:<%= l(:label_repository_no_data) %></p>
|
||||
<% end %>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue