From f0791fe132661ecd8aa7e8f98d1bdc3346db5cfc Mon Sep 17 00:00:00 2001
From: Administrator <%= l(:label_project_no_activity) %>
+ <%=link_to image_tag(url_to_avatar(@user), :class => "avatar"), user_path(@user)%>
+
+
+ <%=link_to @user.login.to_s,user_path(@user) %> <%= l(:label_user_create_project)+" "+ @project.name %> <%= format_time(@project.created_on) %>
<%=link_to image_tag(url_to_avatar(@user), :class => "avatar"), user_path(@user)%> |
|
在桌面上点击鼠标右键,选择TortoiseGit的Settings进行设置
接着可以定制上下文菜单:
diff --git a/app/views/git_usage/en_usage.html.erb b/app/views/git_usage/en_usage.html.erb index 7b712d852..e7ea39e53 100644 --- a/app/views/git_usage/en_usage.html.erb +++ b/app/views/git_usage/en_usage.html.erb @@ -45,6 +45,12 @@ span3 { span4 { color: #F00; } +body table tr td p span5 { + color: #F00; +} +body table tr td p span5 { + font-weight: bold; +} @@ -122,7 +128,8 @@ span4 {Right-click on the desktop and select the "Settings" in the "TortoiseGit" -User name and email are used to set your own user name and contact information( user.name and user.email must be completed because these will be used when submitting the repository, the name and email must be the same with login name and email you registed in the forge.trustie.net). +User name and email are used to set your own user name and contact information( user.name and user.email must be completed because these will be used when submitting the repository, Then you can customize the "Context Menu": Please check the "Clone","Sync" and "Commit" options in the "Context Menu", check the "Import Svn Ignore", "Show Reflog", "Browse References", "Stash Apply" and "Submodule Sync" in the "Set Extend Menu Item". |