Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-10-10 20:48:49 +0300
committerdartcafe <github@dartcafe.de>2017-10-10 20:48:49 +0300
commitfb0eca4ef9d088e79f632328bef4ecf1d79801c7 (patch)
treecbcbd9baf029f445484775a7a829e9c3edbd9efe /templates
parent87115a7e8e6cd2dd35d21ea80d3c925004ef74a4 (diff)
remove description header text.
Diffstat (limited to 'templates')
-rw-r--r--templates/main.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.tmpl.php b/templates/main.tmpl.php
index 43dff559..6c843e5e 100644
--- a/templates/main.tmpl.php
+++ b/templates/main.tmpl.php
@@ -41,7 +41,7 @@
<div class="wrapper group-1">
<div class="wrapper group-1-1">
<div class="column name"> <?php p($l->t('Title')); ?></div>
- <div class="column description"> <?php p($l->t('Description')); ?></div>
+ <div class="column description"></div>
</div>
<div class="wrapper group-1-2">
<div class="column actions"></div>