Sha256: 5f5aac3b03df6b31bd658a8ca216f8a581c0e679d91a4f7b712718efe349ecc7
Contents?: true
Size: 1.43 KB
Versions: 16
Compression:
Stored size: 1.43 KB
Contents
<% cc_types = [{ icon: 'cc-stamp', title: 'Creative Commons' }, { icon: 'cc-by', title: 'Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.' }, { icon: 'cc-nc', title: 'NonCommercial — You may not use the material for commercial purposes.' }, { icon: 'cc-sa', title: 'ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.' }, ] %> <% if resource.engageny_url %> <!-- "cc-nd", "cc-pd", "cc-zero", "cc-share", "cc-remix" --> <ul class="menu horizontal"> <% cc_types.each do |cc_type| %> <li> <span data-tooltip data-template-classes="u-resource-tooltip cs-tint-bg--<%= color_code %>" aria-haspopup="true" title="<%= cc_type[:title] %>"> <i class="fa-lg ub-<%= cc_type[:icon] %>"></i> </span> </li> <% end %> </ul> <!--div class="o-resource__cc">From EngageNY.org of the New York State Education Department. <%= resource.engageny_title.strip %>. <%# if url = resource.engageny_url %> Available from <%#= url.gsub(/^(https?:\/\/)?(www\.)?/, '') %>; accessed 2015-05-29. <%# end %> </div--> <% end %> <div class=o-resource__cc> <%= copyrights_text(resource) %> </div>
Version data entries
16 entries across 16 versions & 1 rubygems