Skip to content

Commit

Permalink
Merge branch 'ajaxreload'
Browse files Browse the repository at this point in the history
Conflicts:
	Gemfile
	app/views/projects/show.html.haml
	public/stylesheets/master.css
  • Loading branch information
ceritium committed Dec 21, 2010
2 parents 5593359 + d89db5e commit 6d3aa74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem "open4"
gem "json"
gem 'jquery-rails'


#xmpp notifications
gem "xmpp4r-simple"

Expand All @@ -29,6 +30,7 @@ group :development, :test do
gem "mocha"
gem "database_cleaner"
gem "crack"


platforms :mri_18 do
gem "ruby-debug"
Expand Down
1 change: 0 additions & 1 deletion app/views/projects/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
%td.title Branch
%td.value= @project.vcs_branch
%br

= render :partial => 'builds'


Expand Down
3 changes: 2 additions & 1 deletion public/stylesheets/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ a { color: #000; text-decoration: none; }

form button { border: 0; }

/*#ajax-reload { display:none; }*/

#ajax-reload { display:none; }

0 comments on commit 6d3aa74

Please sign in to comment.