Sha256: 16eba71cf1f0e3657e512410182b01fb8f9d3f8fe0d32d4f82835d0a9036234d

Contents?: true

Size: 927 Bytes

Versions: 1

Compression:

Stored size: 927 Bytes

Contents

%h1
  = document.title.to_s.html_safe || document.slug.to_s.html_safe

%h3 Описание
%p
  = (document.description || "Нет данных").to_s.html_safe

%h3 Бизнесс описание
%p
  = (document.business_desc || "Нет данных").to_s.html_safe

%h3 Публичность
%p
  = (document.publicity || "Нет данных").to_s.html_safe

%h3 Тесты
%p
  = (document.tests || "Нет данных").to_s.html_safe

%h3 Зависимости
.js-dependencies-container
  .switch
    %input.switch-checkbox.js-dependency-switch{type: "checkbox", id: "doc-switch"}
    %label.switch-label{for: "doc-switch"}
      %span.switch-inner
      %span.switch-switch

  %h4 Зависит от
  != Apress::Documentation::DependencyPresenter.new(self, document).render_deps

  %h4 Используется в
  != Apress::Documentation::DependencyPresenter.new(self, document).render_deps(reverse: true)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
apress-documentation-0.4.0 app/views/apress/documentation/documents/_document.html.haml