Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
blocks / lib / generators / blocks / block / templates / block.html.erb
Size: Mime:
<%%= content_tag :div, class: css_classes_for_block(<%= underscored_name %>) do %>
<% attributes.each do |attr| -%>
  <%%= <%= underscored_name %>.<%= attr %> %>
<% end -%>
<%% end %>