Sha256: 732a685120cfa51ef7c57cf84baa25caa6eea8e90a28ba5edd277f35a151c736
Contents?: true
Size: 535 Bytes
Versions: 12
Compression:
Stored size: 535 Bytes
Contents
--- <%- unless @title.empty? -%> title: <%= @title %> <%- end -%> <%- unless @description.empty? -%> description: > <%= @description %> <%- end -%> <%- unless @stylesheet.empty? -%> stylesheet: <%= @stylesheet %> <%- end -%> --- <%- if @has_data -%> - data = load_data('<%= @model_name %>.yaml') <%- end -%> <%- if @iframe -%> = model_iframe <%- else -%> = model <%- end -%> <%- if @has_data -%> table - data.keys.each do |k| tr th = k td = data[k] <%- else -%> p Component HTML code here <%- end -%>
Version data entries
12 entries across 12 versions & 1 rubygems