You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 02:37:24 UTC

svn commit: r1578702 - /thrift/cms-site/trunk/content/about.md

Author: joes
Date: Tue Mar 18 01:37:24 2014
New Revision: 1578702

URL: http://svn.apache.org/r1578702
Log:
committers

Modified:
    thrift/cms-site/trunk/content/about.md

Modified: thrift/cms-site/trunk/content/about.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/about.md?rev=1578702&r1=1578701&r2=1578702&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/about.md (original)
+++ thrift/cms-site/trunk/content/about.md Tue Mar 18 01:37:24 2014
@@ -32,14 +32,14 @@ Project Team
 			<td><b>Specialities</b></td>
 			<td><b>Timezone</b></td>
 		</tr>
-		<% for @item in @site.config[:committers] %>
+		{% for item in conf.committers %}
 		<tr class="">
-			<td class="username"><%= @item[0] %></td>
-			<td class="fullname"><%= @item[1] %></td>
-			<td><%= @item[2] %></td>
-			<td align="right"><%= @item[3] %></td>
+			<td class="username">{{ item[0] }}</td>
+			<td class="fullname">{{ item[1] }}</td>
+			<td>{{ item[2] }}</td>
+			<td align="right">{{ item[3] }}</td>
 		</tr>
-		<% end %>
+		{% endfor %}
 		</tbody>
 	</table>
 </div>