Skip to content

Commit 3157059

Browse files
committed
remove for_designers landing flow
1 parent 24dc487 commit 3157059

File tree

4 files changed

+1
-682
lines changed

4 files changed

+1
-682
lines changed

app/controllers/main_controller.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Controller for top-level pages of the site that do not have
22
# an associated model
33
class MainController < ApplicationController
4-
layout 'landing', only: [:index, :about_notebook, :for_writers, :for_roleplayers, :for_designers, :for_friends]
4+
layout 'landing', only: [:index, :about_notebook, :for_writers, :for_roleplayers, :for_friends]
55

66
before_action :authenticate_user!, only: [:dashboard, :prompts, :notes, :recent_content]
77
before_action :cache_linkable_content_for_each_content_type, only: [:dashboard, :prompts]
@@ -87,10 +87,6 @@ def for_roleplayers
8787
@page_title = "Building campaigns and everything within them"
8888
end
8989

90-
def for_designers
91-
@page_title = "Designing games and everything within them"
92-
end
93-
9490
def feature_voting
9591
end
9692

app/views/layouts/_navbar.html.erb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@
132132
Notebook.ai for roleplayers
133133
<% end %>
134134
</li>
135-
<li>
136-
<%= link_to main_app.designers_landing_path, class: 'blue-text' do %>
137-
<i class="material-icons left">book</i>
138-
Notebook.ai for designers
139-
<% end %>
140-
</li>
141135
<li class="divider"></li>
142136

143137
<% Rails.application.config.content_types[:all].each do |content_type| %>

0 commit comments

Comments
 (0)