diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index 2d11cad..0b15a36 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb @@ -2,8 +2,6 @@

Admin#index

-

<%= link_to 'Home', controller: 'tools', action: 'index' %>

- <%= form_tag do %> <% AdminHelper::SETTINGS.each do |s| %> diff --git a/app/views/shared/_header.html.erb b/app/views/shared/_header.html.erb index 3417ce4..fc1552c 100644 --- a/app/views/shared/_header.html.erb +++ b/app/views/shared/_header.html.erb @@ -1,3 +1,15 @@ diff --git a/app/views/tools/index.html.erb b/app/views/tools/index.html.erb index 3588faf..c817397 100644 --- a/app/views/tools/index.html.erb +++ b/app/views/tools/index.html.erb @@ -1,15 +1,5 @@

Tools#index

-

- Users: - <%= link_to "Signup", controller: "users", action: "create" %> - • - <%= link_to "Login", controller: "users", action: "login" %> -

-

- Admin: - <%= link_to "Admin", controller: "admin", action: "index" %> -

Tools: ...

<%= get_description %>