-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,9 @@ | ||
<% content_for :title, menu.title %> | ||
<% content_for(:breadcrumbs) { link_to "Navigations", katalyst_navigation.menus_path } %> | ||
|
||
<%= navigation_editor_status_bar menu: %> | ||
|
||
<%= navigation_editor_menu menu: do |form| %> | ||
<div role="rowheader"> | ||
<h4>Title</h4> | ||
<h4>Url</h4> | ||
<h4>Actions</h4> | ||
</div> | ||
|
||
<%= navigation_editor_list menu: %> | ||
<% end %> | ||
<%= render editor.status_bar %> | ||
<%= render editor %> | ||
|
||
<%= content_for :sidebar do %> | ||
<%= render "katalyst/navigation/menus/new_items", menu: %> | ||
<%= render editor.new_items %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# frozen_string_literal: true | ||
|
||
Katalyst::Navigation.config.base_controller = "Admin::ApplicationController" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Describe your gem and declare its dependencies: | ||
Gem::Specification.new do |s| | ||
s.name = "katalyst-koi" | ||
s.version = "4.3.2" | ||
s.version = "4.3.3" | ||
s.authors = ["Katalyst Interactive"] | ||
s.email = ["[email protected]"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters