parent
03c2948a7c
commit
7ab6c45262
|
@ -5,11 +5,11 @@
|
|||
<div class="repository_con" style="line-height:1.9;">
|
||||
<%= render :partial => 'navigation' %>
|
||||
<div class="cl"></div>
|
||||
<div class=" c_dark f14">
|
||||
<div class=" repository-url">
|
||||
<% if @repository.type.to_s=="Repository::Gitlab" %>
|
||||
<%= @repos_url %>
|
||||
版本库地址:<%= @repos_url %>
|
||||
<% else %>
|
||||
<%= h @repository.url %>
|
||||
版本库地址:<%= h @repository.url %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<div class="repository-update-dec">
|
||||
<p class="c_orange">
|
||||
<%= l(:label_repository_migrate_dec) %>
|
||||
</p>
|
||||
<%= form_for(@repository, url: to_gitlab_project_repository_path(@project, @repository)) do |f| %>
|
||||
<input type="text" name="repo_name"/>
|
||||
<button type="submit">转换到新版本</button>
|
||||
<% end %>
|
||||
<button type="submit">转换到新版本</button>
|
||||
<% end %>
|
||||
<span class="c_grey">
|
||||
<%= l(:label_repository_name_dec) %>
|
||||
</span>
|
||||
</div>
|
|
@ -440,4 +440,8 @@ zh:
|
|||
#
|
||||
field_sharing: 共享
|
||||
label_title_code_review: 代码评审
|
||||
label_home_non_project: 您还没有创建项目,您可以查看系统的其它项目!
|
||||
label_home_non_project: 您还没有创建项目,您可以查看系统的其它项目!
|
||||
|
||||
# 版本库迁移
|
||||
label_repository_migrate_dec: 注意:Trustie版本库近期进行了一次大的改造,历史版本需要转换成新的版本,输入新的版本库名,即可完成转换。 转换过程可能需要等待一段时间。
|
||||
label_repository_name_dec: 版本库名仅小写字母(a-z)、数字、破折号(-)和下划线(_)可以使用,长度必须在 1 到 254 个字符之间,一旦保存,标识无法修改。
|
|
@ -17,6 +17,15 @@ li{list-style-type:none;}
|
|||
.cancel_btn {background-color: #c1c1c1; color: #ffffff; padding: 2px 5px; border: none; border-radius: 3px; cursor: pointer;}
|
||||
.cancel_btn:hover {background-color:#656565; }
|
||||
/*huang*/
|
||||
.repository-update-dec{
|
||||
padding: 10px;
|
||||
}
|
||||
.repository-update-dec .c_grey {
|
||||
color: #999999;
|
||||
}
|
||||
.repository-update-dec .c_orange {
|
||||
color: #ff7143;
|
||||
}
|
||||
|
||||
.hwork_input_news{ border:1px solid #64bdd9; height:22px; width:594px; background:#fff; margin-bottom:10px; padding:5px;}
|
||||
.ml55{ margin-left:55px;}
|
||||
|
|
|
@ -81,4 +81,11 @@
|
|||
}
|
||||
.repository-title-dec{
|
||||
color: #fff !important;
|
||||
}
|
||||
.repository-url{
|
||||
color: #2D2D2D;
|
||||
margin: auto 0px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
margin-bottom: 10px;
|
||||
}
|
Loading…
Reference in New Issue