Merge branch 'rep_quality' into develop

dev_daiao_temp v20161008_04
huang 9 years ago
commit 4a666d6972

@ -12,6 +12,6 @@
</div> </div>
<script> <script>
$("#RSide").css("width","730px"); $(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
</script> </script>

@ -16,7 +16,7 @@
<% end%> <% end%>
<% end%> <% end%>
$("div[nhname='pro_setting']").show(); $("div[nhname='pro_setting']").show();
$("#RSide").css('width',"730px"); $(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
}); });
</script> </script>

@ -26,5 +26,5 @@
<% html_title(l(:label_followers)) -%> <% html_title(l(:label_followers)) -%>
<script> <script>
$("#RSide").css("width","730px"); $(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
</script> </script>

@ -10,7 +10,7 @@
</div> </div>
<script> <script>
$("#pull_request_new_form").parent().css("width","730px"); $(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
$("#changed-files").toggle(function(){ $("#changed-files").toggle(function(){
$("#changed-files-detail").show(); $("#changed-files-detail").show();

@ -67,7 +67,7 @@
<script> <script>
$("#pull_request_show").parent().css("width","730px"); $("#pull_request_show").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
$(".merge-record li a").click(function(){ $(".merge-record li a").click(function(){
$(".merge-record li a").removeClass("active"); $(".merge-record li a").removeClass("active");

@ -162,6 +162,6 @@
<% end %> <% end %>
<script> <script>
$("#RSide").css("width","730px"); $(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
</script> </script>

@ -25,5 +25,5 @@
<% html_title(l(:label_change_plural)) -%> <% html_title(l(:label_change_plural)) -%>
<script> <script>
$("#RSide").css("width","730px"); $(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
</script> </script>

@ -74,3 +74,7 @@
<p><%= link_to l(:button_back), :action => 'show', :id => @project %></p> <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
<% html_title(l(:label_repository), l(:label_statistics)) -%> <% html_title(l(:label_repository), l(:label_statistics)) -%>
<script>
$(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
</script>

@ -193,3 +193,7 @@
<p><%= link_to l(:button_back), :action => 'show', :id => @project %></p> <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
<% html_title(l(:label_repository), l(:label_statistics)) -%> <% html_title(l(:label_repository), l(:label_statistics)) -%>
<% end %> <% end %>
<script>
$(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
</script>
Loading…
Cancel
Save