Sha256: d5426e9d7db4501459d6f899413c8092aaf547bcd424d6a3d0665a72ab3af3f3
Contents?: true
Size: 646 Bytes
Versions: 8
Compression:
Stored size: 646 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") .helper_hello_world = "Hello world from helper" = hello_world = yield
Version data entries
8 entries across 8 versions & 1 rubygems