add link to changelog
This commit is contained in:
		| @@ -1,3 +1,6 @@ | |||||||
|  | # v0.3.1 | ||||||
|  | - Add link to changelog from version number | ||||||
|  |  | ||||||
| # v0.3.0 | # v0.3.0 | ||||||
| - Fix ammo type counts not showing when count is 0 | - Fix ammo type counts not showing when count is 0 | ||||||
| - Add prompt to create first container before first ammo group | - Add prompt to create first container before first ammo group | ||||||
|   | |||||||
| @@ -127,11 +127,15 @@ defmodule CanneryWeb.HomeLive do | |||||||
|           </p> |           </p> | ||||||
|         </li> |         </li> | ||||||
|  |  | ||||||
|         <li class="flex flex-row justify-center space-x-2"> |         <li class="flex flex-row justify-center items-center space-x-2"> | ||||||
|           <b>Version:</b> |           <b>Version:</b> | ||||||
|           <p> |           <%= link class: "flex flex-row justify-center items-center space-x-2 hover:underline", | ||||||
|             0.3.0 |                 to: "https://gitea.bubbletea.dev/shibao/cannery/src/branch/stable/CHANGELOG.md", | ||||||
|           </p> |                 target: "_blank", | ||||||
|  |                 rel: "noopener noreferrer" do %> | ||||||
|  |             <p>0.3.0</p> | ||||||
|  |             <i class="fas fa-md fa-info-circle"></i> | ||||||
|  |           <% end %> | ||||||
|         </li> |         </li> | ||||||
|       </ul> |       </ul> | ||||||
|     </div> |     </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user