myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3534] trunk/app/views/networks/show.rhtml: moved


From: noreply
Subject: [myexperiment-hackers] [3534] trunk/app/views/networks/show.rhtml: moved "synchronize feed" button
Date: Wed, 8 May 2013 14:09:55 +0000 (UTC)

Revision
3534
Author
dgc
Date
2013-05-08 14:09:55 +0000 (Wed, 08 May 2013)

Log Message

moved "synchronize feed" button

Modified Paths

Diff

Modified: trunk/app/views/networks/show.rhtml (3533 => 3534)


--- trunk/app/views/networks/show.rhtml	2013-05-08 13:58:55 UTC (rev 3533)
+++ trunk/app/views/networks/show.rhtml	2013-05-08 14:09:55 UTC (rev 3534)
@@ -37,12 +37,6 @@
   <li><%= icon('content', content_network_path(@network), 'View Group Content', nil, 'View Group Content') %></li>
 </ul>
 
-<% if @network.feed && Authorization.check("edit", @network, current_user) %>
-  <% form_tag sync_feed_network_path(@network), :method => :post do %>
-    <%= submit_tag "Synchronize feed" -%>
-  <% end %>
-<% end %>
-
 <h1>
 	Group: <%=h @network.title %>
 </h1>
@@ -107,6 +101,14 @@
         <div style="clear: both"></div>
       </div>
 
+      <% if @network.feed && Authorization.check("edit", @network, current_user) %>
+        <% form_tag sync_feed_network_path(@network), :method => :post do %>
+          <%= submit_tag "Synchronize feed" -%>
+        <% end %>
+      <% end %>
+
+      <br />
+
       <% activities = activities_for_feed(:context => @network, :user => current_user) %>
 
       <div id="activities">

reply via email to

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