<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - A plea for help]]></title>
		<link>http://railsforum.com/viewtopic.php?id=41666</link>
		<description><![CDATA[The most recent posts in A plea for help.]]></description>
		<lastBuildDate>Thu, 11 Nov 2010 22:00:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[A plea for help]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=133125#p133125</link>
			<description><![CDATA[<p>Hello all,<br />I am a very noobish developer-in-the-making and I am hung up on getting some eRb/HAML/CSS/etc/etc to play nice together.<br />Inside my _headers.html.haml file I have this:</p><p>=link_to_language &quot;English&quot;, :en<br />=link_to_language &quot;France&quot;, :fr</p><p>My Application_helper.rb has this:</p><p>&nbsp; def link_to_language name, locale<br />&nbsp; &nbsp; uri = URI.parse(request.fullpath)<br />&nbsp; &nbsp; uri.path.gsub!(/(^\/en)|(^\/fr)|^/, &quot;/#{locale}&quot;)<br />&nbsp; &nbsp; link_to name, uri.to_s<br />&nbsp; end<br />end</p><p>My application_controller.rb has this:</p><p>def set_locale<br />&nbsp; &nbsp; I18n.locale = params[:locale] || request.compatible_language_from([&#039;en&#039;, &#039;fr&#039;])<br />&nbsp; end</p><p>&nbsp; def default_url_options(options={})<br />&nbsp; &nbsp; { :locale =&gt; I18n.locale }<br />&nbsp; end</p><p>And this is my CSS that I want to use:<br />#engbutton{<br />background:url(public/images/useng.gif) no-repeat;<br />cursor:pointer;<br />width: 45px;<br />height: 28px;<br />border: none;<br />}</p><p>#frbutton{<br />background:url(public/images/france.jpg) no-repeat;<br />cursor:pointer;<br />width: 45px;<br />height: 28px;<br />border: none;<br />}</p><p>How would I go about making the =link_to_language &quot;&quot; code in my .haml display the CSS images?</p><p>Any help would be great and deeply appreciated, thanks Rails community!</p>]]></description>
			<author><![CDATA[dummy@example.com (jordypants)]]></author>
			<pubDate>Thu, 11 Nov 2010 22:00:03 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=133125#p133125</guid>
		</item>
	</channel>
</rss>
