Sha256: 5b3de32f69b9737ca014e341f1fd87c83fd192370607dacfd25ec4c45d2fd76e

Contents?: true

Size: 411 Bytes

Versions: 3

Compression:

Stored size: 411 Bytes

Contents

- @window_title = "Settings"
- @page_title = "#{link_to "Settings", admin_settings_path} > #{link_to('Locales', admin_locales_path)} > Add a new 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_locales_path }

Version data entries

3 entries across 3 versions & 1 rubygems

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