symfony2admingenerator / symfony2admingenerator.github.com

Documentation for the AdmingeneratorGeneratorBundle
http://symfony2admingenerator.org/
24 stars 29 forks source link

fix typo and change higlight to pre #19

Closed vitaliytv closed 12 years ago

vitaliytv commented 12 years ago

This is why at this site there are dark lines? http://symfony2admingenerator.org/documentation/list.html#date-format

cedriclombardot commented 12 years ago

No this is because you use {{ {{ post.published_at|date('Y-m-d H:i:s') }}

should look like :

{% highlight html+django %}
{{ "{%" }} extends_admingenerated
"NamespaceYourBundle:List:index.html.twig" %}
{{ "{%" }} block list_td_column_title %}
    <span style="font-weight:bold">{{ "{{" }} Movie.title }}</span>
{{ "{%" }} endblock %}
{% endhighlight %}

I've fixed

Cédric

2012/5/10 vitaliytv < reply@reply.github.com

This is why at this site there are dark lines? http://symfony2admingenerator.org/documentation/list.html#date-format


Reply to this email directly or view it on GitHub:

https://github.com/cedriclombardot/cedriclombardot.github.com/pull/19#issuecomment-5619646