summaryrefslogtreecommitdiff
path: root/website/templates/view-abstracts.html
diff options
context:
space:
mode:
authorKomal Sheth2016-10-05 15:03:25 +0530
committerGitHub2016-10-05 15:03:25 +0530
commit0181183235e155575fdc80a3e3cee659c481c443 (patch)
treeffdb3f0a357a92fc50321f9e44b78ef12ecf3aea /website/templates/view-abstracts.html
parent302317c39ff01676858b3a78baa880629c012d77 (diff)
parent3e24d6cf23dcb49b853bcc8d77c4b4e4ef684169 (diff)
downloadSciPy2016-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-xwebsite/templates/view-abstracts.html2
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>