Skip to content

Commit

Permalink
change indentation in template.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcilav committed Aug 4, 2011
1 parent 993db07 commit 17ec2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heroku/bartender/views/template.erb
Expand Up @@ -10,7 +10,7 @@
<script type="text/javascript" src="/javascript/jquery-1.5.1.min.js"></script>
<script type="text/javascript">
$(function(){
$(".build img")
$(".build img")
});
var deploy = function(sha){
$.post("", { 'sha': sha}, function(){
Expand Down

0 comments on commit 17ec2b2

Please sign in to comment.