File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
</ a >
10
10
{% endif %}
11
11
{% if "content.action.view" in features %}
12
- < a href ="{{ page.edit_url | replace(edit, view ) }} " title ="{{ lang.t('action.view') }} " class ="md-content__button md-icon ">
12
+ < a href ="{{ page.edit_url | replace(' edit', 'raw' ) }} " title ="{{ lang.t('action.view') }} " class ="md-content__button md-icon ">
13
13
{% set icon = config.theme.icon.view or "material/file-eye-outline" %}
14
14
{% include ".icons/" ~ icon ~ ".svg" %}
15
15
</ a >
Original file line number Diff line number Diff line change 38
38
<!-- View button -->
39
39
{% if "content.action.view" in features %}
40
40
< a
41
- href ="{{ page.edit_url | replace(edit, view ) }} "
41
+ href ="{{ page.edit_url | replace(' edit', 'raw' ) }} "
42
42
title ="{{ lang.t('action.view') }} "
43
43
class ="md-content__button md-icon "
44
44
>
You can’t perform that action at this time.
0 commit comments