diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5f41239..6730427 100755 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -27,7 +27,7 @@
- <%= image_tag('/fetlogo90.png',{:style=>"float:left;height:50px",:height=>"50"}) %> + <%= link_to image_tag('/fetlogo90.png',{:style=>"float:left;height:50px",:height=>"50"}),home_index_path %>

diff --git a/app/views/themen/_form.html.erb b/app/views/themen/_form.html.erb index b1d62dd..63f9808 100644 --- a/app/views/themen/_form.html.erb +++ b/app/views/themen/_form.html.erb @@ -21,7 +21,7 @@
<%= f.actions do %> -<%= f.action :submit, :as => :button, :label=>"Sdf"+raw(fa_icon("save"))%> +<%= f.action :submit, :as => :button %> <%= f.action :cancel, :as => :link %> <% end %> diff --git a/app/views/themengruppen/faqs.html.erb b/app/views/themengruppen/faqs.html.erb index c38f315..d3a7ab0 100644 --- a/app/views/themengruppen/faqs.html.erb +++ b/app/views/themengruppen/faqs.html.erb @@ -1,19 +1,24 @@ -<% @themengruppen.each do |tg| %> - -

<%= tg.title%>

- -<% end %> +
+ <% end %> + diff --git a/app/views/themengruppen/index.html.erb b/app/views/themengruppen/index.html.erb index 95ae611..2bcb394 100644 --- a/app/views/themengruppen/index.html.erb +++ b/app/views/themengruppen/index.html.erb @@ -1,5 +1,5 @@
-

<%= link_to "FAQS", faqs_themengruppen_path %>

+

<%= link_to "FAQS", faqs_themengruppen_path,class: :btn %>