Sha256: ac18c2055173e46e2e051a541b765dd74924f114cf84ce5eb1ba99f25c65037f
Contents?: true
Size: 567 Bytes
Versions: 11
Compression:
Stored size: 567 Bytes
Contents
!!! 5 %html %head %title Dummy = stylesheet_link_tag "application", media: "all" = javascript_include_tag "application" = csrf_meta_tags %body .awesome-translations = link_to t(".awesome_translations"), try(:awesome_translations_path) .language = link_to t(".english"), locales_path(locale: :en), method: :post = link_to t(".danish"), locales_path(locale: :da), method: :post .current-language = t(".the_current_language_is", locale: I18n.locale) = t(".hello_world") = t(".hello_world") = yield
Version data entries
11 entries across 11 versions & 1 rubygems