mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
float to right on controls for files
This commit is contained in:
parent
2efd219d9a
commit
5e89ec8048
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ javascript:
|
||||||
- current_site.file_list.each do |file|
|
- current_site.file_list.each do |file|
|
||||||
hr style="margin: 12px 0px"
|
hr style="margin: 12px 0px"
|
||||||
.row style="margin-bottom: 0px" id="files"
|
.row style="margin-bottom: 0px" id="files"
|
||||||
.col.col-60
|
.col
|
||||||
a href="http://#{current_site.username}.neocities.org/#{file.filename}" title="View #{file.filename}" target="_blank"
|
a href="http://#{current_site.username}.neocities.org/#{file.filename}" title="View #{file.filename}" target="_blank"
|
||||||
- if file.ext.match(/jpg|png|bmp|gif/)
|
- if file.ext.match(/jpg|png|bmp|gif/)
|
||||||
i class="icon-picture icon": span style="margin-left: 5px" #{file.filename}
|
i class="icon-picture icon": span style="margin-left: 5px" #{file.filename}
|
||||||
|
|
Loading…
Add table
Reference in a new issue