From 7ae55c1ec88134b8311cc55119f49a72c82e8bd2 Mon Sep 17 00:00:00 2001 From: xianbo Date: Mon, 14 Apr 2014 15:51:43 +0800 Subject: [PATCH] fix --- app/views/repositories/show.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 5237bbd6d..493280647 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -22,7 +22,7 @@ :class => 'repository' + (repo == @repository ? ' selected' : '') }.join(' | ').html_safe %>)

<% else %> -

版本库请设置好正确的编码方式(utf-8),否则中文对比会出现乱码

+

项目代码请设置好正确的编码方式(utf-8),否则中文会出现乱码

建立版本库文件夹,打开命令行执行如下:

git init

@@ -45,6 +45,7 @@

git add .

git commit -m "first commit"

git push -u trustie master:matser

+

<%= link_to "李海提供", user_path(646)%>

<% end %>