projects
/
mixstore.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix lists in readme
[mixstore.git]
/
src
/
Mixstore
/
StoreBundle
/
Resources
/
views
/
upsert-email.txt.twig
Commit
Line
Data
929ca066
BA
1
{% if is_granted('ROLE_ADMIN') %}
2
By {{ name }} {{ surname }} ({{ email }}).
3
{% endif %}
4
5
View online : {% if type == 'Package' %} {{ url('mixstore_store_package_view', { id: id }) }} {% else %} {{ url('mixstore_store_usecase_view', { id: id }) }} {% endif %}.