Merge branch 'develop' into dev_trustie_server

This commit is contained in:
jasder
2021-05-08 14:23:34 +08:00
26 changed files with 158 additions and 53 deletions

View File

@@ -0,0 +1,7 @@
'zh-CN':
activemodel:
attributes:
issues/create_form:
subject: 标题
issues/update_form:
subject: 标题

View File

@@ -0,0 +1,9 @@
'zh-CN':
activemodel:
attributes:
organizations/create_form:
name: 组织账号
nickname: 组织名称
location: 组织所在地区
description: 组织简介
visibility: 组织可见性

View File

@@ -0,0 +1,7 @@
'zh-CN':
activemodel:
attributes:
organizations/create_team_form:
name: 团队标识
nickname: 团队名称
description: 团队描述

View File

@@ -0,0 +1,7 @@
'zh-CN':
activemodel:
attributes:
projects/create_form:
name: 项目名称
repository_name: 仓库名称
description: 项目简介

View File

@@ -0,0 +1,8 @@
'zh-CN':
activemodel:
attributes:
projects/update_form:
name: 项目名称
description: 项目简介
project_category_id: 项目类别
project_language_id: 项目语言

View File

@@ -0,0 +1,6 @@
'zh-CN':
activemodel:
attributes:
users/login_form:
login: 用户名
password: 密码

View File

@@ -393,7 +393,6 @@ Rails.application.routes.draw do
get :files
get :detail
get :archive
get :top_counts
get :entries
match :sub_entries, :via => [:get, :put]
get :commits