myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3726] branches/packs/app/views/packs/show.rhtml:


From: noreply
Subject: [myexperiment-hackers] [3726] branches/packs/app/views/packs/show.rhtml: added profile icon to maintainers
Date: Thu, 26 Sep 2013 13:05:21 +0000 (UTC)

Revision
3726
Author
dgc
Date
2013-09-26 13:05:21 +0000 (Thu, 26 Sep 2013)

Log Message

added profile icon to maintainers

Modified Paths

Diff

Modified: branches/packs/app/views/packs/show.rhtml (3725 => 3726)


--- branches/packs/app/views/packs/show.rhtml	2013-09-26 12:04:46 UTC (rev 3725)
+++ branches/packs/app/views/packs/show.rhtml	2013-09-26 13:05:21 UTC (rev 3726)
@@ -72,15 +72,11 @@
 
   <% if @maintainers.count > 0 %>
     <h2 class="type">Maintained by</h2>
-    <div class="body">
-      <ul>
-        <% @maintainers.each do |maintainer| %>
-          <li>
-            <span class="createdBy"><%= link_to(h(maintainer.label), polymorphic_path(maintainer)) -%></span> 
-            <% if false %><span class="createdOn">(last uploaded on 2012-12-24 18:40)</span><% end %>
-          </li>
-        <% end %>
-      </ul>
+
+    <div>
+      <% @maintainers.each do |maintainer| %>
+        <li><%= icon("profile", user_url(maintainer), nil, nil, maintainer.name) %></li>
+      <% end %>
     </div>
   <% end %>
 

reply via email to

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