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

Version Path
origen_svf-0.2.0 templates/web/index.md.erb
test_ids-0.3.1 templates/web/index.md.erb
test_ids-0.3.0 templates/web/index.md.erb
test_ids-0.2.1 templates/web/index.md.erb
test_ids-0.2.0 templates/web/index.md.erb