File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
...@@ -85,9 +85,7 @@ ...@@ -85,9 +85,7 @@
width:300px; width:300px;
} }
:javascript :javascript
$('select#user_ids').chosen(); $('select#user_ids').chosen();
$('select#repo_access').chosen(); $('select#repo_access').chosen();
$('select#project_access').chosen(); $('select#project_access').chosen();
...@@ -25,4 +25,3 @@ ...@@ -25,4 +25,3 @@
$('select#team_member_project_id').chosen(); $('select#team_member_project_id').chosen();
$('select#team_member_repo_access').chosen(); $('select#team_member_repo_access').chosen();
$('select#team_member_project_access').chosen(); $('select#team_member_project_access').chosen();
File changed. Contains only whitespace changes. Show whitespace changes.
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
%td %td
= @admin_user.twitter = @admin_user.twitter
%br %br
%h3 Add User to Projects %h3 Add User to Projects
%br %br
...@@ -104,9 +103,7 @@ ...@@ -104,9 +103,7 @@
width:300px; width:300px;
} }
:javascript :javascript
$('select#project_ids').chosen(); $('select#project_ids').chosen();
$('select#repo_access').chosen(); $('select#repo_access').chosen();
$('select#project_access').chosen(); $('select#project_access').chosen();
...@@ -7,13 +7,11 @@ ...@@ -7,13 +7,11 @@
But if you still want to see diff But if you still want to see diff
= link_to "click this link", project_commit_path(@project, @commit.id, :force_show_diff => true), :class => "dark" = link_to "click this link", project_commit_path(@project, @commit.id, :force_show_diff => true), :class => "dark"
%p.cgray %p.cgray
Showing #{pluralize(diffs.count, "changed file")} Showing #{pluralize(diffs.count, "changed file")}
.file_stats .file_stats
= render "commits/diff_head", :diffs => diffs = render "commits/diff_head", :diffs => diffs
- unless @suppress_diff - unless @suppress_diff
- diffs.each_with_index do |diff, i| - diffs.each_with_index do |diff, i|
- next if diff.diff.empty? - next if diff.diff.empty?
...@@ -39,4 +37,3 @@ ...@@ -39,4 +37,3 @@
- else - else
%p %p
%center No preview for this file type %center No preview for this file type
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
= link_to project_commits_path(@project, :atom, { :private_token => current_user.private_token, :ref => @ref }), :title => "Feed" do = link_to project_commits_path(@project, :atom, { :private_token => current_user.private_token, :ref => @ref }), :title => "Feed" do
= image_tag "rss_ui.png", :title => "feed" = image_tag "rss_ui.png", :title => "feed"
:javascript :javascript
$(function(){ $(function(){
$('.project-refs-select').chosen(); $('.project-refs-select').chosen();
... ...
......
File changed. Contains only whitespace changes. Show whitespace changes.
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
%h4 Diff %h4 Diff
= render "commits/diffs", :diffs => @diffs = render "commits/diffs", :diffs => @diffs
:javascript :javascript
$(function() { $(function() {
var availableTags = #{@project.heads.map(&:name).to_json}; var availableTags = #{@project.heads.map(&:name).to_json};
... ...
......
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
...@@ -27,4 +27,3 @@ ...@@ -27,4 +27,3 @@
- else - else
- event.commits.each do |commit| - event.commits.each do |commit|
= render "events/commit", :commit => commit, :project => project = render "events/commit", :commit => commit, :project => project