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' %>