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 101101 <source >action.show</source >
102102 <target >Show</target >
103103 </trans-unit >
104+ <trans-unit id =" action.show_post" >
105+ <source >action.show_post</source >
106+ <target >Show post</target >
107+ </trans-unit >
104108 <trans-unit id =" action.show_code" >
105109 <source >action.show_code</source >
106110 <target >Show code</target >
Original file line number Diff line number Diff line change 1313{% endblock %}
1414
1515{% 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+
1622 <div class =" section actions" >
1723 {{ include (' admin/blog/_delete_form.html.twig' , { post : post }, with_context = false ) }}
1824 </div >
You can’t perform that action at this time.
0 commit comments