change icons
This commit is contained in:
parent
d4196505b8
commit
c3fecff878
1 changed files with 3 additions and 3 deletions
|
|
@ -16,13 +16,13 @@ h1 = "Upload screenshots for #{@package.name}"
|
|||
input.hidden-inputfile type="file" name="file[]" id="file" multiple=true
|
||||
label for="file"
|
||||
a.button id="file-select-button"
|
||||
= icon('image-up', class: ['icon'])
|
||||
= icon('square-dashed-mouse-pointer', class: ['icon'])
|
||||
span id="file-label"
|
||||
' Upload screenshots
|
||||
' Select images
|
||||
|
||||
.small-6.cell
|
||||
button.button type="submit" id="file-submit"
|
||||
= icon('play', class: ['size-1'])
|
||||
= icon('image-up', class: ['size-1'])
|
||||
' Start upload
|
||||
|
||||
/ - if @package.screenshots.any?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue