Sha256: 1e75e58429533eb939cf4eb3de5d3b41dd711016675f922fccb1842c94e07da6

Contents?: true

Size: 1.15 KB

Versions: 19

Compression:

Stored size: 1.15 KB

Contents

!!!
%html
  != @render 'layout/header'
  %body
    != @render 'layout/intro', breadcrumbs: @breadcrumbs

    #content
      %h1
        File:
        = @entity.basename

      %table.box
        %tr
          %td Defined in:
          %td= @entity.dirname
        - if @entity.classes.length > 0
          %tr
            %td
              Classes:
            %td
              - for klass in @entity.classes
                %a{href: @pathFor('class', klass, @path)}
                  = klass.name
        - if @entity.mixins.length > 0
          %tr
            %td
              Mixins:
            %td
              - for mixin in @entity.mixins
                %a{href: @pathFor('mixin', mixin, @path)}
                  = mixin.name

      - if @entity.variables.length > 0
        %h2 Variables Summary
        != @render 'partials/variable_list', variables: @entity.variables

      - if @entity.effectiveMethods().length > 0
        %h2 Method Summary
        != @render 'partials/method_summary', methods: @entity.effectiveMethods()

        %h2 Method Details
        != @render 'partials/method_list', methods: @entity.effectiveMethods()

    != @render 'layout/footer'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/codo/themes/default/templates/file.hamlc
ela-4.1.5 node_modules/codo/themes/default/templates/file.hamlc
ela-4.1.4 node_modules/codo/themes/default/templates/file.hamlc
ela-4.1.3 node_modules/codo/themes/default/templates/file.hamlc
ela-4.1.2 node_modules/codo/themes/default/templates/file.hamlc
ela-4.1.1 node_modules/codo/themes/default/templates/file.hamlc
ela-4.1.0 node_modules/codo/themes/default/templates/file.hamlc
ela-4.0.0 node_modules/codo/themes/default/templates/file.hamlc
ela-3.4.3 node_modules/codo/themes/default/templates/file.hamlc
ela-3.4.2 node_modules/codo/themes/default/templates/file.hamlc
ela-3.4.0 node_modules/codo/themes/default/templates/file.hamlc
ela-3.3.1 node_modules/codo/themes/default/templates/file.hamlc
ela-3.3.0 node_modules/codo/themes/default/templates/file.hamlc
ela-3.2.0 node_modules/codo/themes/default/templates/file.hamlc
ela-3.1.1 node_modules/codo/themes/default/templates/file.hamlc
ela-3.1.0 node_modules/codo/themes/default/templates/file.hamlc
ela-3.0.0 node_modules/codo/themes/default/templates/file.hamlc
ela-2.0.0 node_modules/codo/themes/default/templates/file.hamlc
ela-1.1.0 node_modules/codo/themes/default/templates/file.hamlc