myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [1968] branches/event_logging/app/views: Subscrip


From: noreply
Subject: [myexperiment-hackers] [1968] branches/event_logging/app/views: Subscriptions.
Date: Fri, 14 Nov 2008 11:57:24 -0500 (EST)

Revision
1968
Author
alekses6
Date
2008-11-14 11:57:23 -0500 (Fri, 14 Nov 2008)

Log Message

Subscriptions. RSS feed icons added at top of the page (for individual groups, files, workflows and packs) for better visibility.

Modified Paths

Diff

Modified: branches/event_logging/app/views/blobs/show.rhtml (1967 => 1968)


--- branches/event_logging/app/views/blobs/show.rhtml	2008-11-14 16:40:07 UTC (rev 1967)
+++ branches/event_logging/app/views/blobs/show.rhtml	2008-11-14 16:57:23 UTC (rev 1968)
@@ -9,7 +9,10 @@
 	<% end %>
 </ul>
 
-<h1 class="contribution_title">File Entry: <%= contributable_name(@blob.id, 'Blob') %></h1>
+<h1 class="contribution_title">
+	<%= feed_icon_tag("\"#{contributable_name_from_instance(@blob)}\" File news", formatted_news_file_path(@blob, :rss), "float: right;") -%>
+	File Entry: <%= contributable_name(@blob.id, 'Blob') %>
+</h1>
 
 <%= render :partial => "contributions/datetime_info", :locals => { :contributable => @blob } -%>
 

Modified: branches/event_logging/app/views/networks/show.rhtml (1967 => 1968)


--- branches/event_logging/app/views/networks/show.rhtml	2008-11-14 16:40:07 UTC (rev 1967)
+++ branches/event_logging/app/views/networks/show.rhtml	2008-11-14 16:57:23 UTC (rev 1968)
@@ -35,6 +35,7 @@
 <% end %>
 
 <h1>
+	<%= feed_icon_tag("\"address@hidden" Group public news", formatted_news_group_path(@network, :rss), "float: right;") -%>
 	Group: <%=h @network.title %>
 </h1>
 

Modified: branches/event_logging/app/views/packs/show.rhtml (1967 => 1968)


--- branches/event_logging/app/views/packs/show.rhtml	2008-11-14 16:40:07 UTC (rev 1967)
+++ branches/event_logging/app/views/packs/show.rhtml	2008-11-14 16:57:23 UTC (rev 1968)
@@ -11,7 +11,10 @@
 	</ul>
 <% end %>
 
-<h1 class="contribution_title">Pack: <%= contributable_name(@pack.id, 'Pack') %></h1>
+<h1 class="contribution_title">
+	<%= feed_icon_tag("\"#{contributable_name_from_instance(@pack)}\" Pack news", formatted_news_pack_path(@pack, :rss), "float: right;") -%>
+	Pack: <%= contributable_name(@pack.id, 'Pack') %>
+</h1>
 
 <%= render :partial => "contributions/datetime_info", :locals => { :contributable => @pack } -%>
 

Modified: branches/event_logging/app/views/workflows/show.rhtml (1967 => 1968)


--- branches/event_logging/app/views/workflows/show.rhtml	2008-11-14 16:40:07 UTC (rev 1967)
+++ branches/event_logging/app/views/workflows/show.rhtml	2008-11-14 16:57:23 UTC (rev 1968)
@@ -23,6 +23,7 @@
 </ul>
 
 <h1 class="contribution_title">
+	<%= feed_icon_tag("\"#{contributable_name_from_instance(@workflow)}\" Workflow news", formatted_news_workflow_path(@workflow, :rss), "float: right;") -%>
 	Workflow Entry: <%=h @workflow.title %>
 </h1>
 

reply via email to

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