diff --git a/app/views/layouts/lecter.html.erb b/app/views/layouts/lecter.html.erb index 0b93b05..6f9bb8e 100644 --- a/app/views/layouts/lecter.html.erb +++ b/app/views/layouts/lecter.html.erb @@ -110,15 +110,6 @@ /* diagnosis/show.slim */ - .arrow-right { - width: 0; - height: 0; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-left: 5px solid black; - float: left; - margin: 7px; - } .down { border-left: 5px solid transparent; @@ -259,17 +250,8 @@ } - - -
+ +
<%= yield %>
diff --git a/app/views/lecter/diagnosis/new.html.erb b/app/views/lecter/diagnosis/new.html.erb index 7e435e4..9a71494 100644 --- a/app/views/lecter/diagnosis/new.html.erb +++ b/app/views/lecter/diagnosis/new.html.erb @@ -1,6 +1,8 @@ <%= content_for :title, t('.title') %> -

<%= t('.title') %>

+
+

<%= t('.title') %>

+
<%= form_tag diagnosis_path do %> <% flash.each do |key, value| %> diff --git a/app/views/lecter/diagnosis/show.html.erb b/app/views/lecter/diagnosis/show.html.erb index a494ecc..7837e53 100644 --- a/app/views/lecter/diagnosis/show.html.erb +++ b/app/views/lecter/diagnosis/show.html.erb @@ -1,51 +1,54 @@ <%= content_for :title, t('.title') %> - +
+

<%= t('.executed_code') %>

+
-