From 9e56a00ce9fd61a45e35de62d049ab57ffd6dede Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 3 Jun 2021 21:39:05 -0400 Subject: Reduce text size of character view headings --- app/views/characters/show.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views/characters') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index dda770e..42a932e 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -15,7 +15,7 @@

Learned <%= @character.learned_activities.count %> recipe(s) or technique(s).

-

Boons & Banes

+

Boons & Banes

<% if @character.active_states.any? %>
<% if @character == current_char %> -

Combat Styles

+

Combat Styles

<%= form_with url: character_combat_styles_path(character_id: @character) do |f| %> <%= f.label :offensive_style, "Offensive" %> <%= f.select :offensive_style, Character.offensive_styles.keys.to_a, selected: @character.offensive_style %> @@ -41,7 +41,7 @@ <% end %>
-

Combat Statistics

+

Combat Statistics

@@ -81,7 +81,7 @@
-

Skills

+

Skills

@@ -107,7 +107,7 @@ <% if @character == current_char %>
-

Rest

+

Rest

You have <%= distance_of_time_in_words_to_now(current_char.rested_until) %> of rested time. <% if current_char.resting? %> -- cgit v1.2.3