Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
articular / lib / generators / articular / resource / templates / header.html.erb
Size: Mime:
<header>
  <h2><%%= link_to article.title, article_path(article) %></h2>
  <div class="meta"><%%= time_tag article.published_at %></div>
</header>