From 9da911cf0fbbf7d4c7412966567f0728219e3ada Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 16 Jun 2021 21:23:06 -0400 Subject: Display XPTNL on skill view --- CHANGELOG.md | 5 +++++ app/views/characters/skills/index.html.erb | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d2425..88e5350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.1.11.2] - 2021-06-16 + +## UI +- XPTNL is now displayed on the Skill view, along with the new progress bars. + ## [0.1.11.1] - 2021-06-16 ### Fixed diff --git a/app/views/characters/skills/index.html.erb b/app/views/characters/skills/index.html.erb index d804384..da2db12 100644 --- a/app/views/characters/skills/index.html.erb +++ b/app/views/characters/skills/index.html.erb @@ -8,8 +8,9 @@
<%= cs.skill.name %>
-
- XP<%= cs.xp %> +
+
XP<%= cs.xp %>
+
TNL<%= cs.xp_to_next_level %>
-- cgit v1.2.3