Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Fixed name of migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
iboard committed Jan 23, 2011
1 parent 52ca4e3 commit c1fd90b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/blog/index.js.erb
Expand Up @@ -31,6 +31,6 @@ $('.load_more').before( '<div id="page<%= @blog_entries.current_page -%>" style=
<% end %>
$('#page<%= @blog_entries.current_page -%>').slideDown();
<% else %>
$('#load_more').html('<%= escape_javascript(t(:end_of_list)) -%>');
$('#load_more').html('<div id="load_more_link"><%= escape_javascript(t(:end_of_list)) -%></div>');
<% end %>

1 change: 0 additions & 1 deletion config/initializers/omniauth.rb
Expand Up @@ -8,6 +8,5 @@
provider :github, OMNIAUTH_GITHUB_ID, OMNIAUTH_GITHUB_SECRET
#provider :LDAP, "LDAP-Login #{LDAP_HOST}", { :host => LDAP_HOST, :port => LDAP_PORT, :method => :plain,
# :base => LDAP_TREEBASE, :uid => 'uid', :bind_dn => "uid=%s,cn=users,dc=xs1,dc=intern,dc=wwedu,dc=com" }

end

0 comments on commit c1fd90b

Please sign in to comment.