all repos — h3rald @ 82c8911701524e43ff149d2297e3d62ccd3cf07e

The sources of https://h3rald.com

layouts/project_data.htm

 1
 2
 3
 4
 5
-----
filter: erb
-----
<div class="project-data right-column" >Project Status: <strong><%= @status %></strong><div class="project-links"><%= @links.map{ |l| res=nil; l.each_pair{ |label, value| res = %{<a href="#{value}">#{label}</a>}}; res }.join(" &middot; ")  %></div><div id="github"><br />Recent Activity:</div>	
</div>