浏览代码

Merge pull request #16479 from pateljannat/section-with-features

version-14
Suraj Shetty 3 年前
committed by GitHub
父节点
当前提交
487a877593
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frappe/website/web_template/section_with_features/section_with_features.html

+ 2
- 2
frappe/website/web_template/section_with_features/section_with_features.html 查看文件

@@ -17,12 +17,12 @@
<h3 class="feature-title">{{ feature.title }}</h3> <h3 class="feature-title">{{ feature.title }}</h3>
{%- endif -%} {%- endif -%}
{%- if feature.content -%} {%- if feature.content -%}
<p class="feature-content">{{ feature.content }}</p>
<p class="feature-content">{{ frappe.utils.md_to_html(feature.content) }}</p>
{%- endif -%} {%- endif -%}
</div> </div>
<div> <div>
{%- if feature.url -%} {%- if feature.url -%}
<a href="{{ feature.url }}" class="feature-url stretched-link">Learn more →</a>
<a href="{{ feature.url }}" class="feature-url stretched-link"> {{ _("Learn more") }} →</a>
{%- endif -%} {%- endif -%}
</div> </div>
</div> </div>


正在加载...
取消
保存