Skip to content
代码片段 群组 项目
提交 8d335535 编辑于 作者: 杨林's avatar 杨林
浏览文件

bsep2

上级 c5d6e6b9
No related branches found
No related tags found
无相关合并请求
...@@ -44,7 +44,7 @@ def edit ...@@ -44,7 +44,7 @@ def edit
def update def update
if Groups::UpdateService.new(@group, current_user, group_params).execute if Groups::UpdateService.new(@group, current_user, group_params).execute
notice = if ::Gitlab::Utils.to_boolean(params[:new_user]) notice = if ::Gitlab::Utils.to_boolean(params[:new_user])
format(_('Welcome to GitLab, %{first_name}!'), first_name: current_user.first_name) format(_('Welcome to BESP, %{first_name}!'), first_name: current_user.first_name)
else else
format(_('Subscription successfully applied to "%{group_name}"'), group_name: @group.name) format(_('Subscription successfully applied to "%{group_name}"'), group_name: @group.name)
end end
......
...@@ -23,3 +23,24 @@ ...@@ -23,3 +23,24 @@
color: $gray-400; color: $gray-400;
} }
} }
a {
color: #AB2325;
}
a::hover {
color: #AB2325;
}
.btn-confirm::hover {
background-color: #AB2325;
}
.btn-confirm {
background-color: #AB2325;
}
button.gl-button.btn-block.btn-confirm {
background-color: #AB2325;
box-shadow: none;
}
button.gl-button.btn-block.btn-confirm::hover {
background-color: #AB2325;
box-shadow: none;
}
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册