Skip to content

Commit

Permalink
Decided to not display the homepage messages as ALPS messages and dis…
Browse files Browse the repository at this point in the history
…play the more link as the messages-all link since that is what it really is
  • Loading branch information
carols10cents committed May 11, 2012
1 parent ab8b2a7 commit 8b74318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/static_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class StaticController < ApplicationController
def homepage
@list_class = "all"
@list_class = ""
render :layout => false
end

Expand Down
2 changes: 1 addition & 1 deletion app/views/static/homepage.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
%a{:href => "/login"}
Join the conversation
.read-more
%a{:href => "/updates", :rel => "next"}
%a{:href => "/updates", :rel => "messages-all"}
more...
#sidebar
#manifesto
Expand Down

0 comments on commit 8b74318

Please sign in to comment.