Skip to content
Snippets Groups Projects
Commit 6ef9af0a authored by Arnaud Levy's avatar Arnaud Levy
Browse files

refactor

parent addfb764
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ cc = Licenses::CreativeCommons.create_from_block(block)
commercial_use: <%= block.template.creative_commons_commercial_use %>
derivatives: <%= block.template.creative_commons_derivatives %>
sharing: <%= block.template.creative_commons_sharing %>
icons: <%= raw cc.icons %>
identifier: >-
<%= cc.identifier %>
label: >-
<%= cc.to_s %>
url: >-
<%= cc.url -%>
\ No newline at end of file
<%= cc.url %>
icons: <%= raw cc.icons %>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment