Sha256: 73cba68ccbc6e662e6a959b2b817f6214bfe4e511be63001f5074e72764b9f14
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
- @page_title = @license.name .license.license--full %aside %ul %li = icon('info', ['fw']) %strong= _('Icon:') = icon @license.icon, ['fw'], 'fab' %li = icon('home', ['fw']) = link_to _('Home page'), @license.url, target: '_blank' %li = icon('meh', ['fw']) = link_to _('TL; DR'), @license.tldr_url, target: '_blank' %li = icon('amount', ['fw']) %strong= _('Albums:') = @license.albums_count %li = icon('amount', ['fw']) %strong= _('Articles:') = @license.articles_count %li = icon('amount', ['fw']) %strong= _('Notes:') = @license.notes_count %li = icon('amount', ['fw']) %strong= _('Projects:') = @license.projects_count %li = icon('amount', ['fw']) %strong= _('Uploads:') = @license.uploads_count .content = render 'associations', license: @license, license_albums: @license_albums, license_articles: @license_articles, license_notes: @license_notes, license_projects: @license_projects, license_uploads: @license_uploads
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elabs-2.0.0 | app/views/elabs/licenses/show.html.haml |
elabs-2.0.0.pre | app/views/elabs/licenses/show.html.haml |