rubymonsters / text-to-squares

Railsgirls Berlin Learning Group Project
13 stars 14 forks source link

Deleting Sign in with twitter from start page #120

Closed zaziemo closed 11 years ago

bioshrimp commented 11 years ago

Then let's also remove it from the text listing page, but keep the "user | logout" part.

Since the login button is located in the application.html.erb it's by default on every page. I wonder if we just make code changes in there or actually save a new layout template without the button and have that rendered for the frontpage/listing page. Or would that be nonsense for such a little change?

fidothe commented 11 years ago

Why don't we look at conditionals in the views (and rails' integration testing ;-) next week?

On 13 Nov 2012, at 07:54, Reb notifications@github.com wrote:

Then let's also remove it from the text listing page, but keep the "user | logout" part.

Since the login button is located in the application.html.erb it's by default on every page. I wonder if we just make code changes in there or actually save a new layout template without the button and have that rendered for the frontpage/listing page. Or would that be nonsense for such a little change?

— Reply to this email directly or view it on GitHub.

Matt Patterson matt@constituentparts.com | +44 20 7163 4195 | +49 30 3471 2856

http://constituentparts.com/

Constituent Parts Limited | Company number 6366606, registered in England & Wales

bioshrimp commented 11 years ago

Okidoki.