Sha256: eb2e345213862b0cdb2f59cc323f4affe2741b9a1b6142e23d104cb806079b32

Contents?: true

Size: 1.12 KB

Versions: 58

Compression:

Stored size: 1.12 KB

Contents

{{ $type := .Get 0 }}
{{ $text := .Get 1 }}
{{ with eq $type "added" }}
<span class="tag is-capitalize is-info">{{ $type }}</span>
{{ end }}
{{ with eq $type "changed" }}
<span class="tag is-capitalize is-warning">{{ $type }}</span>
{{ end }}
{{ with eq $type "fixed" }}
<span class="tag is-capitalize is-success">{{ $type }}</span>
{{ end }}
{{ with eq $type "performance" }}
<span class="tag is-capitalize is-link">{{ $type }}</span>
{{ end }}
{{ with eq $type "security" }}
<span class="tag is-capitalize is-danger">{{ $type }}</span>
{{ end }}
{{ with eq $type "removed" }}
<span class="tag is-capitalize is-dark">{{ $type }}</span>
{{ end }}
{{ with eq $type "deprecated" }}
<span class="tag is-capitalize is-black">{{ $type }}</span>
{{ end }}
{{ with eq $type "info" }}
<span class="tag is-capitalize is-info">{{ $text }}</span>
{{ end }}
{{ with eq $type "success" }}
<span class="tag is-capitalize is-success">{{ $text }}</span>
{{ end }}
{{ with eq $type "warning" }}
<span class="tag is-capitalize is-warning">{{ $text }}</span>
{{ end }}
{{ with eq $type "danger" }}
<span class="tag is-capitalize is-danger">{{ $text }}</span>
{{ end }}

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
intia-theme-0.1.45 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.44 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.43 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.42 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.41 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.40 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.39 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.38 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.37 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.36 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.35 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.34 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.33 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.32 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.31 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.30 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.29 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.27 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.26 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.25 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html