X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Fprojects.tpl;h=b371c80309abd7ad003ec11fe283be09b72fa301;hb=5fdf8659516ad2b07458deba8eda234e8e07c554;hp=45cd184a5131aebd47a3fefaaed73c5e236871dd;hpb=ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b;p=timetracker.git diff --git a/WEB-INF/templates/mobile/projects.tpl b/WEB-INF/templates/mobile/projects.tpl index 45cd184a..b371c803 100644 --- a/WEB-INF/templates/mobile/projects.tpl +++ b/WEB-INF/templates/mobile/projects.tpl @@ -13,14 +13,12 @@ {$i18n.label.thing_name} {$i18n.label.description} - {$i18n.label.edit} {if $active_projects} {foreach $active_projects as $project} - {$project.name|escape:'html'} + {$project.name|escape:'html'} {$project.description|escape:'html'} - {$i18n.label.edit} {/foreach} {/if} @@ -40,13 +38,11 @@ {$i18n.label.thing_name} {$i18n.label.description} - {$i18n.label.edit} {foreach $inactive_projects as $project} - {$project.name|escape:'html'} + {$project.name|escape:'html'} {$project.description|escape:'html'} - {$i18n.label.edit} {/foreach}