diff options
author | Komal Sheth | 2016-10-05 15:03:25 +0530 |
---|---|---|
committer | GitHub | 2016-10-05 15:03:25 +0530 |
commit | 0181183235e155575fdc80a3e3cee659c481c443 (patch) | |
tree | ffdb3f0a357a92fc50321f9e44b78ef12ecf3aea /website/templates/view-abstracts.html | |
parent | 302317c39ff01676858b3a78baa880629c012d77 (diff) | |
parent | 3e24d6cf23dcb49b853bcc8d77c4b4e4ef684169 (diff) | |
download | SciPy2016-0181183235e155575fdc80a3e3cee659c481c443.tar.gz SciPy2016-0181183235e155575fdc80a3e3cee659c481c443.tar.bz2 SciPy2016-0181183235e155575fdc80a3e3cee659c481c443.zip |
Merge pull request #23 from FOSSEE/Home_page
resubmit redirection to proposal table
Diffstat (limited to 'website/templates/view-abstracts.html')
-rwxr-xr-x | website/templates/view-abstracts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html index 6a9a72b..619657d 100755 --- a/website/templates/view-abstracts.html +++ b/website/templates/view-abstracts.html @@ -103,7 +103,7 @@ You have not submitted any proposal. To submit proposal click <a href="{% url 'w <td> {{proposal.proposal_type }} </td> {% if user.is_superuser %} - <td ><a href="{% url 'website:comment_abstract' proposal.id %}">{{proposal.title }}</a> </td> + <td style="white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-width:.5px;"><a href="{% url 'website:comment_abstract' proposal.id %}">{{proposal.title }}</a> </td> {% else %} <td style="white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-width:.5px;"> {{proposal.title}}</td> <td ><a href="{% url 'website:abstract_details' proposal.id %}">View</a> </td> |