Sha256: 8344cbc750debad55617a293dddb6d9a4303a6eb61b618b0acb4065818541380
Contents?: true
Size: 422 Bytes
Versions: 25
Compression:
Stored size: 422 Bytes
Contents
% render "layouts/basic.html" do %# HTML tags can be embedded in mark down files if you want to do specific custom %# formatting like this, but in most cases that is not required. <h1><%= Origen.app.namespace %> <span style="font-size: 14px">(<%= Origen.app.version %>)</span></h1> % lines = File.readlines("#{Origen.root}/README.md") % lines.shift # Lose the heading, we have our own here <%= lines.join('') %> % end
Version data entries
25 entries across 25 versions & 2 rubygems