Commit 9f2ec91c by mingyuan

dingtal nav

parent cc2bcf2c
GIT GIT
remote: https://github.com/work-design/rails_com.git remote: https://github.com/work-design/rails_com.git
revision: 2377ede7104b675247bf7b26bc279591d54d0a21 revision: 6b0931ba94aeedbf6c3dad341239253d016872f9
specs: specs:
rails_com (1.2.9) rails_com (1.3.0)
acme-client acme-client
acts_as_list (>= 1.0) acts_as_list (>= 1.0)
closure_tree (>= 7.3) closure_tree (>= 7.3)
...@@ -17,21 +17,21 @@ GIT ...@@ -17,21 +17,21 @@ GIT
GIT GIT
remote: https://github.com/work-design/rails_design.git remote: https://github.com/work-design/rails_design.git
revision: 383e4a7423663c8233b14d1eeaec2507569310ca revision: 9aad5473965210a1554f37f8a8d537eef0202779
specs: specs:
rails_design (0.0.1) rails_design (0.0.1)
rails rails
GIT GIT
remote: https://github.com/work-design/rails_extend.git remote: https://github.com/work-design/rails_extend.git
revision: 55221ffc89fed5836a60bdc037bfa727ef3fd048 revision: ac9fc256372c9cbbb70bceecc853b87bc5cb70b2
specs: specs:
rails_extend (1.0.0) rails_extend (1.0.1)
rails (>= 5.0) rails (>= 5.0)
GIT GIT
remote: https://github.com/work-design/rails_vite.git remote: https://github.com/work-design/rails_vite.git
revision: ef130e9069c8f980bcc749dfbdeb026c632d4b8a revision: 231c4cf7eb14fc610ffd8d36b686df8e5d2351cd
specs: specs:
rails_vite (0.0.1) rails_vite (0.0.1)
rails rails
...@@ -111,7 +111,7 @@ GEM ...@@ -111,7 +111,7 @@ GEM
activerecord (>= 4.2) activerecord (>= 4.2)
amazing_print (1.3.0) amazing_print (1.3.0)
builder (3.2.4) builder (3.2.4)
closure_tree (7.3.0) closure_tree (7.4.0)
activerecord (>= 4.2.10) activerecord (>= 4.2.10)
with_advisory_lock (>= 4.0.0) with_advisory_lock (>= 4.0.0)
concurrent-ruby (1.1.9) concurrent-ruby (1.1.9)
...@@ -185,10 +185,6 @@ GEM ...@@ -185,10 +185,6 @@ GEM
nokogiri (1.12.4) nokogiri (1.12.4)
mini_portile2 (~> 2.6.1) mini_portile2 (~> 2.6.1)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.12.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-linux)
racc (~> 1.4)
pg (1.2.3) pg (1.2.3)
puma (5.5.0) puma (5.5.0)
nio4r (~> 2.0) nio4r (~> 2.0)
...@@ -244,7 +240,7 @@ GEM ...@@ -244,7 +240,7 @@ GEM
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
thor (1.1.0) thor (1.1.0)
timers (4.3.3) timers (4.3.3)
turbo-rails (0.7.14) turbo-rails (7.1.1)
rails (>= 6.0.0) rails (>= 6.0.0)
tzinfo (2.0.4) tzinfo (2.0.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<%= link_to t('dingtalk.admin.apps.index.title'), { controller: 'dingtalk/admin/apps' }, class: active_helper(controllers: 'apps', active: 'is-active') -%> <%= link_to t('dingtalk.admin.apps.index.title'), { controller: 'dingtalk/admin/apps' }, class: active_helper(controllers: 'apps', active: 'is-active') -%>
<% end %> <% end %>
<a class="menu-label" data-action="menu#toggle"> <a class="menu-label" data-action="menu#toggle">
<i class="fas fa-cogs fa-fw"></i> <i class="fa-light fa-cogs fa-fw"></i>
<span><%= t('dingtalk.admin.title') %></span> <span><%= t('dingtalk.admin.title') %></span>
<i class="fas dropdown"></i> <i class="fa-light dropdown"></i>
</a> </a>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment