[25186] users/jberry/mpwa/app/views/layouts/application.rhtml

source_changes at macosforge.org source_changes at macosforge.org
Tue May 15 11:25:45 PDT 2007


Revision: 25186
          http://trac.macosforge.org/projects/macports/changeset/25186
Author:   jberry at macports.org
Date:     2007-05-15 11:25:45 -0700 (Tue, 15 May 2007)

Log Message:
-----------
mpwa: add a link to the MacPorts home page in case people get here through google.

Modified Paths:
--------------
    users/jberry/mpwa/app/views/layouts/application.rhtml

Modified: users/jberry/mpwa/app/views/layouts/application.rhtml
===================================================================
--- users/jberry/mpwa/app/views/layouts/application.rhtml	2007-05-15 18:09:58 UTC (rev 25185)
+++ users/jberry/mpwa/app/views/layouts/application.rhtml	2007-05-15 18:25:45 UTC (rev 25186)
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
-  <title><%=h @page_title ? "MacPorts: #{@page_title}" : "MacPorts" %></title>
+  <title><%=h @page_title ? "MacPorts DB: #{@page_title}" : "MacPorts DB" %></title>
   <%= stylesheet_link_tag 'scaffold' %>
   <%= stylesheet_link_tag 'main' %>
 </head>
@@ -12,7 +12,7 @@
 	
 	<div class='mp_header'>
 		<div class='header_left'>
-			<h1><a href='/'>MacPorts</a></h1>
+			<h1><a href='/'>MacPorts DB</a></h1>
 		</div>
 		<div class='header_right'>
 			<form action='/port/query' method='post'>
@@ -21,8 +21,9 @@
 			</form>
 		</div>
 		<div style='clear: left;'>
-		    <%= link_to "tags", :controller => 'tag', :action => 'list' %> |
-		    <%= link_to "ports", :controller => 'port', :action => 'list' %>
+		    <a href='http://www.macports.org/'>MacPorts home</a> |
+		    <%= link_to "all tags", :controller => 'tag', :action => 'list' %> |
+		    <%= link_to "all ports", :controller => 'port', :action => 'list' %>
 		</div>
 	</div>
 	

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070515/93ccff96/attachment.html


More information about the macports-changes mailing list