Sha256: 24647aada79ab3648886932cf238bb1d213f72299cfefce0f8f483c3be83d025

Contents?: true

Size: 1.46 KB

Versions: 3

Compression:

Stored size: 1.46 KB

Contents

#==================================================
# Table of Contents
#==================================================
<% if namespaced? -%>
# <%= namespace_human %>
  # <%= file_name_human %>
    # Actions
      # TODO
    # Concerns
      # TODO

<%= language %>:
  views:
    <%= namespace_table %>:
      <%= file_name_table %>:

        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # Actions
        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        actions:

          # TODO
          #--------------------------------------------------
          todo: "TODO"

        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # Concenrs
        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        concerns:

          # TODO
          #--------------------------------------------------
          todo: "TODO"
<% else -%>
# <%= file_name_human %>
  # Actions
    # TODO
  # Concerns
    # TODO

<%= language %>:
  views:
    <%= file_name_table %>:

      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      # Actions
      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      actions:

        # TODO
        #--------------------------------------------------
        todo: "TODO"

      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      # Concenrs
      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      concerns:

        # TODO
        #--------------------------------------------------
        todo: "TODO"
<% end -%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_generator-4.0.5 lib/generators/locale/view/templates/view.yml
active_generator-4.0.4 lib/generators/locale/view/templates/view.yml
active_generator-3.0.0 lib/generators/locale/view/templates/view.yml