myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2684] branches/topics/app: fixed wording in topi


From: noreply
Subject: [myexperiment-hackers] [2684] branches/topics/app: fixed wording in topics code
Date: Thu, 1 Sep 2011 20:07:24 -0400 (EDT)

Revision
2684
Author
dgc
Date
2011-09-01 20:07:24 -0400 (Thu, 01 Sep 2011)

Log Message

fixed wording in topics code

Modified Paths

Diff

Modified: branches/topics/app/controllers/topics_controller.rb (2683 => 2684)


--- branches/topics/app/controllers/topics_controller.rb	2011-09-02 00:06:31 UTC (rev 2683)
+++ branches/topics/app/controllers/topics_controller.rb	2011-09-02 00:07:24 UTC (rev 2684)
@@ -104,7 +104,7 @@
             if
               this_topic.name.blank? 
             then
-              topicName = "Topic #{this_topic.id}" 
+              topicName = "Explore this topic" 
             else
               topicName = this_topic.name 
             end

Modified: branches/topics/app/views/topics/_breadcrumbs.rhtml (2683 => 2684)


--- branches/topics/app/views/topics/_breadcrumbs.rhtml	2011-09-02 00:06:31 UTC (rev 2683)
+++ branches/topics/app/views/topics/_breadcrumbs.rhtml	2011-09-02 00:07:24 UTC (rev 2684)
@@ -1,10 +1,10 @@
-<li><%= link_to 'Topics', workflows_path %></li>
+<li><%= link_to 'Topics', topics_path %></li>
 
 <% if ["show", "new", "edit", "search", "all", "new_version", "edit_version", "comments_timeline"].include? controller.action_name.to_s %>
   <li><b>&#187;</b></li>
   
   <% case controller.action_name.to_s; when "show" %>
-    <li><%=  %></li>
+    <li>Topic</li>
   <% else %>
     <!-- no breadcrumb -->
   <% end %>

Modified: branches/topics/app/views/topics/show.rhtml (2683 => 2684)


--- branches/topics/app/views/topics/show.rhtml	2011-09-02 00:06:31 UTC (rev 2683)
+++ branches/topics/app/views/topics/show.rhtml	2011-09-02 00:07:24 UTC (rev 2684)
@@ -1,6 +1,6 @@
 <% topicName = (if @currtopic.name.blank? then "Topic address@hidden" else " address@hidden" end) -%>
 <!-- <%= "<h1>Workflows for #{topicName}</h1>" %> -->
-<%= "<h1>Workflows in This Topic</h1>" %> 
+<%= "<h1>Workflows in this Topic</h1>" %> 
 
 <% cache(:controller => 'workflows', :action ="" 'all_tags') do -%>
 	<%= render :partial => "topics/topic_tag_cloud", :locals => {:tags => @currtopic.topic_tag_map, :topicname => topicName } %>

reply via email to

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