Update labels

This commit is contained in:
Jure Grabnar 2019-03-17 19:30:14 +01:00
parent b12916b828
commit 38e47b93ab

View file

@ -26,13 +26,13 @@
data-toggle="buttons"> data-toggle="buttons">
<label class="btn btn-default active"> <label class="btn btn-default active">
<%= image_tag 'office/Excel-xlsx_20x20x32.png' %> <%= image_tag 'office/Excel-xlsx_20x20x32.png' %>
<input type="radio" name="file_type" value='docx' checked> Active <input type="radio" name="file_type" value='docx' checked> Word Online
</label> </label>
<label class="btn btn-default"> <label class="btn btn-default">
<input type="radio" name="file_type" value='xlsx'> Radio <input type="radio" name="file_type" value='xlsx'> Excel Online
</label> </label>
<label class="btn btn-default"> <label class="btn btn-default">
<input type="radio" name="file_type" value='pptx'> Radio <input type="radio" name="file_type" value='pptx'> PowerPoint Online
</label> </label>
</div> </div>