Sha256: 4b34969882646ecd4bdb8e9fe4e64da955692a34af8530eddb9e6d03fc933b67

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

!!! 5
%html
%head
  %title AwesomeTranslations

  = stylesheet_link_tag "awesome_translations/application", media: "all"
  = stylesheet_link_tag "http://fonts.googleapis.com/css?family=Open+Sans:400"
  = stylesheet_link_tag "http://fonts.googleapis.com/css?family=Raleway:400"

  = javascript_include_tag "awesome_translations/application"

  = csrf_meta_tags

%body{class: ["controller_#{controller_name}", "action_#{action_name}"]}
  %table.main-table
    %tbody
      %tr
        %td.main-logo Awesome Translations
      %tr
        %td.main-menu
          .menu-item= link_to "Handlers", handlers_path
          .menu-item= link_to "Migrate", new_migration_path
          .menu-item= link_to "Cache", caches_path
      %tr
        %td.main-content
          %table{width: "100%"}
            %tbody
              %tr
                %td
                  - if content_for(:header_title)
                    %h1= content_for(:header_title)
                %td{align: "right", width: "170px"}
                  = content_for(:header_right)

          = yield

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
awesome_translations-0.0.25 app/views/layouts/awesome_translations/application.html.haml