File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 101
101
<source >action.show</source >
102
102
<target >Show</target >
103
103
</trans-unit >
104
+ <trans-unit id =" action.show_post" >
105
+ <source >action.show_post</source >
106
+ <target >Show post</target >
107
+ </trans-unit >
104
108
<trans-unit id =" action.show_code" >
105
109
<source >action.show_code</source >
106
110
<target >Show code</target >
Original file line number Diff line number Diff line change 13
13
{% endblock %}
14
14
15
15
{% block sidebar %}
16
+ <div class =" section" >
17
+ <a href =" {{ path(' admin_post_show' , { id : post .id }) }}" class =" btn btn-lg btn-block btn-success" >
18
+ <i class =" fa fa-eye" aria-hidden =" true" ></i > {{ ' action.show_post' | trans }}
19
+ </a >
20
+ </div >
21
+
16
22
<div class =" section actions" >
17
23
{{ include (' admin/blog/_delete_form.html.twig' , { post : post }, with_context = false ) }}
18
24
</div >
You can’t perform that action at this time.
0 commit comments