<%=tip1%>
++ <%=tip1%> +
- <%= l(:label_bids_reward_method) %><%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= @bid.budget %> + + <%= l(:label_bids_reward_method) %> + + <%= l(:label_call_bonus) %> + + <%= l(:label_RMB_sign) %> + <%= @bid.budget %> + +
<% elsif @bid.reward_type == 2%> -- <%= l(:label_bids_reward_method) %><%= @bid.budget%> -
++ + <%= l(:label_bids_reward_method) %> + + <%= @bid.budget%> + + +
<% else %> <% end %>- (<%= l(:label_all_revisions) %><%= @repositories.sort.collect {|repo| - link_to h(repo.name), - {:controller => 'repositories', :action => 'show', - :id => @project, :repository_id => repo.identifier_param, :rev => nil, :path => nil}, - :class => 'repository' + (repo == @repository ? ' selected' : '') - }.join(' | ').html_safe %>)
-git init
-git add *
-git commit -m "first commit"
-git remote add origin <%= @repos_url%>
-git config http.postBuffer 524288000 #设置本地post缓存为500MB
-git push -u origin master:master
-git remote add origin <%= @repos_url%>
-git add .
++ (<%= l(:label_all_revisions) %><%= @repositories.sort.collect {|repo| + link_to h(repo.name), + {:controller => 'repositories', :action => 'show', + :id => @project, :repository_id => repo.identifier_param, :rev => nil, :path => nil}, + :class => 'repository' + (repo == @repository ? ' selected' : '') + }.join(' | ').html_safe %>) +
+git init
+git add *
git commit -m "first commit"
+git remote add origin + <%= @repos_url%> +
git config http.postBuffer 524288000 #设置本地post缓存为500MB
-git push -u origin master:master
-git remote add trustie <%= @repos_url%>
+git push -u origin master:master
+git remote add origin <%= @repos_url%>
git add .
git commit -m "first commit"
git config http.postBuffer 524288000 #设置本地post缓存为500MB
-git push -u trustie master:master
-<%= link_to "李海提供", user_path(646)%>
-git push -u origin master:master
+git clone <%= @repos_url%>
+git push
+git checkout -b branch_name
+git push origin branch_name
+git remote add trustie + <%= @repos_url%> +
+git add .
+git commit -m "first commit"
+git config http.postBuffer 524288000 #设置本地post缓存为500MB
+git push -u trustie master:master
+<%= link_to "李海", user_path(646)%>提供
+- <% has_branches = (!@repository.branches.nil? && @repository.branches.length > 0) - sep = '' %> - <% if @repository.supports_all_revisions? && @path.blank? %> - <%= link_to l(:label_view_all_revisions), :action => 'revisions', :id => @project, - :repository_id => @repository.identifier_param %> - <% sep = '|' %> - <% end %> - <% if @repository.supports_directory_revisions? && - ( has_branches || !@path.blank? || !@rev.blank? ) %> - <%= sep %> - <%= link_to l(:label_view_revisions), - :action => 'changes', - :path => to_path_param(@path), - :id => @project, - :repository_id => @repository.identifier_param, - :rev => @rev %> - <% end %> + <% has_branches = (!@repository.branches.nil? && @repository.branches.length > 0) + sep = '' %> + <% if @repository.supports_all_revisions? && @path.blank? %> + <%= link_to l(:label_view_all_revisions), :action => 'revisions', :id => @project, + :repository_id => @repository.identifier_param %> + <% sep = '|' %> + <% end %> + <% if @repository.supports_directory_revisions? && ( has_branches || !@path.blank? || !@rev.blank? ) %> + <%= sep %> + <%= link_to l(:label_view_revisions), + :action => 'changes', + :path => to_path_param(@path), + :id => @project, + :repository_id => @repository.identifier_param, + :rev => @rev %> + <% end %>
<% if @repository.supports_all_revisions? %> <% content_for :header_tags do %> @@ -99,7 +113,15 @@ <% end %> -<%= l(:label_how_commit_code) %> <%= link_to(l(:label_how_commit_code_chinese), ch_usage_path, :class => "usage")%> | <%= link_to('English', en_usage_path, :class => "usage")%> + + + <%= l(:label_how_commit_code) %> + + + +<%= link_to(l(:label_how_commit_code_chinese), ch_usage_path, :class => "usage")%> + | +<%= link_to('English', en_usage_path, :class => "usage")%> diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 4fc08d41f..171b2b764 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -56,7 +56,9 @@- - <%= l(:field_updated_on) %> - <%= time_tag_welcome event.event_datetime %>前 - - - - <%= show_event_reply event %> - -
++ + <%= l(:field_updated_on) %> + <%= time_tag_welcome event.event_datetime %>前 + + + + <%= show_event_reply event %> + +
- <%= link_to reply.user.name, user_path(reply.user) %>: - <%= reply.notes %> + + <%= link_to reply.user.name, user_path(reply.user) %> + : + + + <%= reply.notes %> +
- <%= format_time reply.created_on %> - - <% if reply_allow %> - <%= link_to l(:label_projects_feedback_respond),'', - {:focus => 'project_respond', :onclick => "toggleAndSettingWordsVal($('##{id}'), $('##{id} textarea'), '#{l(:label_reply_plural)} #{m_reply_id.user.name}: '); return false;"} - %> - <% end %> - <% if @user == User.current || User.current.admin? || reply.user.id == User.current.id %> - <%= link_to(l(:label_newfeedback_delete), {:controller => 'words', :action => 'destroy', :object_id => reply, :user_id => reply.user}, - :remote => true, :confirm => l(:text_are_you_sure), :method => 'delete', :class => "delete", :title => l(:button_delete)) %> - <% end %> - + + <%= format_time reply.created_on %> + + + <% if reply_allow %> + <%= link_to l(:label_projects_feedback_respond),'', + {:focus => 'project_respond', :onclick => "toggleAndSettingWordsVal($('##{id}'), $('##{id} textarea'), '#{l(:label_reply_plural)} #{m_reply_id.user.name}: '); return false;"} %> + <% end %> + <% if @user == User.current || User.current.admin? || reply.user.id == User.current.id %> + <%= link_to(l(:label_newfeedback_delete), {:controller => 'words', :action => 'destroy', :object_id => reply, :user_id => reply.user}, + :remote => true, :confirm => l(:text_are_you_sure), :method => 'delete', :class => "delete", :title => l(:button_delete)) %> + <% end %> +