Sha256: 8cefded10b33e35153ded93645dee0ded9f198d5f236e64f046da94953ceb7ec

Contents?: true

Size: 979 Bytes

Versions: 8

Compression:

Stored size: 979 Bytes

Contents

- content_for :top_panel do
  - b.top_panel id: "top_panel_id", class: "top_panel_class" do |o|
    - o.logo_image demo_metadata.logo_image
    - o.logo_text demo_metadata.logo_text
    - o.left do |a|
      - a.add 'Documents'
      - a.add 'Main'
    
    - o.right do |a|
      - a.add "Hello, Guest"
      - a.add link_to("Log In", "#")
      - a.add link_to("Register", "#")


- content_for :navigation do
  - b.navigation do |o|    
    - o.left do |a|      
      - samples.top_menu_items.each do |menu|
        - if samples.active_top_menu == menu
          - a.add content: menu, active: true
        - else
          - a.add link_to(menu, Rad::Face::Demo::Commons, :select_menu, top_menu: menu)
      
    - o.right do |a|
      - a.add content: 'en', active: true
      - a.add link_to('ru', '#')


- content_for :bottom_panel do
  - b.bottom_panel do |o|
    - o.left do
      Some bottom links
    - o.right do
      Powered by <a href='http://4ire.net'>4ire.net</a>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rad_common_interface-0.0.14 app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml
rad_common_interface-0.0.13 app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml
rad_common_interface-0.0.12 app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml
rad_common_interface-0.0.11 app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml
rad_common_interface-0.0.10 app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml
rad_common_interface-0.0.9 app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml
rad_common_interface-0.0.8 app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml
rad_common_interface-0.0.7 app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml