Sha256: ceec9ba9d8c0c5b681e9cd3ce101e2caf2f279f732e1db9a58c190eb6edcc925

Contents?: true

Size: 1.46 KB

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
active_generator-2.4.0 lib/generators/locale/view/templates/view.yml
active_generator-2.3.1 lib/generators/locale/view/templates/view.yml
active_generator-2.3.0 lib/generators/locale/view/templates/view.yml
active_generator-2.2.8 lib/generators/locale/view/templates/view.yml