From de2b64e2c8103c5d153d63ae465eb530908b231e Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 26 Dec 2012 03:06:09 -0600 Subject: [PATCH] show page fixed with all new info --- app/assets/stylesheets/characters.css.scss | 3 + app/views/characters/show.html.erb | 64 +++++++++++++++++++++- 2 files changed, 66 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/characters.css.scss b/app/assets/stylesheets/characters.css.scss index 7e483485..003272d6 100644 --- a/app/assets/stylesheets/characters.css.scss +++ b/app/assets/stylesheets/characters.css.scss @@ -1,3 +1,6 @@ // Place all the styles related to the Characters controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ +.form-actions { + clear: both; +} diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 401a5165..df6e5262 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -2,9 +2,11 @@ <%= render :partial => 'tabs' %> -
+ + + + + + + + + + + + +
<%= link_to t('.back', :default => t("helpers.links.back")), character_list_path, :class => 'btn' %>