Commit c2ece3f3 authored by santiaago's avatar santiaago
Browse files

can download image from button #83

parent 1dfc1c97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
      <img class="editor-image editor-image--center featurette-image img-responsive img-thumbnail" src="/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg">
      <div class="row editor-row--padding">
        <div class="col-xs-8 col-xs-offset-2">
	  <a href="##tryitout" class="btn btn-primary btn-block tg-btn">DOWNLOAD</a>
	  <a href="/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg" class="btn btn-primary btn-block tg-btn" download="tinygraphs">DOWNLOAD</a>
	</div>
      </div>
    </div>