Sha256: 059dce60b81e1efbdba09d010abb684a7e961f8c209798504d41cdd2b4726b21

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

- @window_title = "Settings"
- @page_title = "#{link_to "Settings", admin_settings_path} > #{link_to('Locales', admin_locales_path)} > Edit locale"

.row-fluid
  = render :partial => "/gluttonberg/admin/settings/main/sidebar"
  .span9
    .row-fluid
      .page-header
        %h1
          = @page_title.html_safe
      .subnav
      = render :partial => "form" , :locals => { :url => admin_locale_path( @locale) }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/settings/locales/edit.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/settings/locales/edit.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/settings/locales/edit.html.haml