myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2629] trunk/app/views/content_types/show.rhtml:


From: noreply
Subject: [myexperiment-hackers] [2629] trunk/app/views/content_types/show.rhtml: added browse button to content types
Date: Wed, 6 Jul 2011 09:35:32 -0400 (EDT)

Revision
2629
Author
dgc
Date
2011-07-06 09:35:32 -0400 (Wed, 06 Jul 2011)

Log Message

added browse button to content types

Modified Paths

Diff

Modified: trunk/app/views/content_types/show.rhtml (2628 => 2629)


--- trunk/app/views/content_types/show.rhtml	2011-07-05 15:27:27 UTC (rev 2628)
+++ trunk/app/views/content_types/show.rhtml	2011-07-06 13:35:32 UTC (rev 2629)
@@ -1,7 +1,8 @@
 <% t "#{h @content_type.title}" -%>
 
 <ul class="sectionIcons">
-  <li><%= icon('workflow', content_types_path, nil, nil, 'All Types')%></li>
+  <li><%= icon('workflow', content_types_path, nil, nil, 'Show all types')%></li>
+  <li><%= icon('workflow', "/address@hidden", nil, nil, 'Browse content')%></li>
   <% if Authorization.check(:action ="" 'edit', :object => @content_type, :user => current_user) %>
 		<li><%= icon('manage', edit_content_type_path(@content_type), nil, nil, 'Manage Content Type Entry')%></li>
 	<% end -%>

reply via email to

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