mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 00:53:08 +00:00 
			
		
		
		
	Improve download user album button
This commit is contained in:
		| @@ -53,7 +53,7 @@ | ||||
|     <div x-show="pictures.length > 0" x-cloak> | ||||
|       <button | ||||
|         :disabled="isDownloading" | ||||
|         class="btn btn-blue" | ||||
|         class="btn btn-blue {% if name == "" %}btn-no-text{% endif %}" | ||||
|         @click="downloadZip()" | ||||
|       > | ||||
|         <i class="fa fa-download"></i>{{ name }} | ||||
|   | ||||
| @@ -26,7 +26,7 @@ | ||||
|         <div class="row"> | ||||
|           <h4 x-text="album"></h4> | ||||
|           {% if user.id == object.id %} | ||||
|             {{ download_button("") }} | ||||
|              {{ download_button("") }} | ||||
|           {% endif %} | ||||
|         </div> | ||||
|         <div class="photos"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user