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.24 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.23 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.22 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.21 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.20 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.19 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.18 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.17 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.16 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.15 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.14 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.13 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.12 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.11 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.10 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.9 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.8 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
intia-theme-0.1.7 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html