Sha256: 5b817d6a5a3527aac9377e2127a39b6cdb213d7ba6bce44d95f967c0bd262806
Contents?: true
Size: 543 Bytes
Versions: 4
Compression:
Stored size: 543 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") = yield
Version data entries
4 entries across 4 versions & 1 rubygems