Sha256: 28334d060ba1422fc57bf439e736c55545cf96ffa6b0c2f15dac1b89b055a0c5
Contents?: true
Size: 629 Bytes
Versions: 3
Compression:
Stored size: 629 Bytes
Contents
- type = application_type = div_for type, :class => 'tile tile-click label-tags' do %h3= link_to type.display_name, application_type_path(type) - if application_type.description.html_safe? = application_type.description - else %p= application_type.description - if type.website %p= link_to type.website, type.website - if application_type.learn_more_url %p= link_to "Learn more", application_type.learn_more_url - if application_type.tags.include? :in_development %p This type is development only and will not be accessible in production = application_type_tags(type.tags - excluded_tags)
Version data entries
3 entries across 3 versions & 1 rubygems