From 65c1ee3dbaf5c0a030dd28a7e3f41d47c7652cb1 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 27 May 2021 18:41:51 -0400 Subject: Move active action display with timer and results to a `LookController` --- app/views/activities/_timer.html.erb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 app/views/activities/_timer.html.erb (limited to 'app/views/activities/_timer.html.erb') diff --git a/app/views/activities/_timer.html.erb b/app/views/activities/_timer.html.erb deleted file mode 100644 index c7d881c..0000000 --- a/app/views/activities/_timer.html.erb +++ /dev/null @@ -1,16 +0,0 @@ -<% if current_char.activity %> -
- -
- - <% most_recent_cs = current_char.character_skills.order(:updated_at).last %> -
-
<%= most_recent_cs.skill.name %> level <%= most_recent_cs.level %>
-
<%= most_recent_cs.xp_to_next_level %> XP to next level
-
- - <%= button_to "Stop", stop_activity_path %> -<% end %> -- cgit v1.2.3