项目ID
This commit is contained in:
parent
b400c9bb11
commit
6995ead66c
|
@ -93,7 +93,7 @@
|
|||
<%= image_tag(url_to_avatar(@project), :style => 'width:61px; height:61px;') %>
|
||||
</div>
|
||||
<div class="pr_info_id fl mb5">
|
||||
项目ID:<%= @project.id %>
|
||||
<%= l(:label_project_id)%><%= @project.id %>
|
||||
</div>
|
||||
<!--关注、申请加入/退出项目-->
|
||||
<div id="join_exit_project_div">
|
||||
|
|
|
@ -31,7 +31,7 @@ en:
|
|||
#
|
||||
# 左边栏
|
||||
#
|
||||
label_id: "ID:"
|
||||
label_project_id: "Projcet ID:"
|
||||
|
||||
label_apply_project: Apply to Join
|
||||
label_exit_project: Exit
|
||||
|
@ -51,6 +51,7 @@ en:
|
|||
project_module_boards: Forums
|
||||
project_module_boards_post: New Post
|
||||
project_module_files: Resources
|
||||
label_upload_files: New File
|
||||
project_module_repository: Repository
|
||||
project_module_create_repository: New Repository
|
||||
|
||||
|
@ -102,9 +103,6 @@ en:
|
|||
#
|
||||
lable_file_sharingarea: Resources
|
||||
|
||||
label_upload_files: New file
|
||||
|
||||
|
||||
# 资源库(附件)公用
|
||||
label_relation_files: Select an existing resource
|
||||
label_search_by_keyword: "Search by keywords"
|
||||
|
|
|
@ -34,7 +34,7 @@ zh:
|
|||
#
|
||||
# 左边栏
|
||||
#
|
||||
label_id: "ID:"
|
||||
label_project_id: "项目ID:"
|
||||
|
||||
label_apply_project: 申请加入
|
||||
label_exit_project: 退出项目
|
||||
|
|
Loading…
Reference in New Issue