1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

Modify org repo share tips

This commit is contained in:
xiez
2012-09-06 17:38:29 +08:00
parent 05b492dff8
commit 066618c6f9
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<label>邮箱或小组:</label><br />
<textarea id="email_or_group" name="email_or_group"></textarea>
<input id="repo_id" type="hidden" name="repo_id" value="" />
<p class="tip">可以是非网站注册用户,我们会以邮件通知对方。</p>
<p class="tip">{{ tips }}</p>
<p class="error hide"></p>
<input type="submit" value="提交" id="share-submit-btn" />
</form>