myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2104] trunk/app/views/layouts/application.rhtml:


From: noreply
Subject: [myexperiment-hackers] [2104] trunk/app/views/layouts/application.rhtml: removed "new" from packs tab
Date: Fri, 13 Feb 2009 12:15:12 -0500 (EST)

Revision
2104
Author
dgc
Date
2009-02-13 12:15:12 -0500 (Fri, 13 Feb 2009)

Log Message

removed "new" from packs tab

Modified Paths

Diff

Modified: trunk/app/views/layouts/application.rhtml (2103 => 2104)


--- trunk/app/views/layouts/application.rhtml	2009-02-13 13:33:27 UTC (rev 2103)
+++ trunk/app/views/layouts/application.rhtml	2009-02-13 17:15:12 UTC (rev 2104)
@@ -78,7 +78,7 @@
 						</li>
 						<!-- Packs tab -->
 						<li <%= (["packs"].include?(controller.controller_name.to_s) ? ' id="selected_tabnav"' : '') %>>
-							<%= link_to("Packs " + new_flash_image("position: relative; z-index: 1000;"), packs_path, :style => "padding-right: 3px; *padding-top: 0;") -%>
+							<%= link_to("Packs", packs_path) -%>
 						</li>
 					</ul>
 				</div>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]