Commit 1232e1ff by Nilu

J007

If social share options don’t work, then remove them until they do

If it's the **first** time one visits this screen after opening a Job, then show "Congratulations! Your job is now open" else don't show it
parent 50eaff10
......@@ -36,7 +36,14 @@
<div class="main-created-job">
<h1 class="page-title created-job-title">
Congratulations! Your job is now open
<%
if(fromJob)
{
%>
Congratulations! Your job is now open
<%
}
%>
<a href="<%= url %>" id="jobURL" style="display:none;">
<%= url %>
</a>
......@@ -50,11 +57,11 @@
<span class="copy-link">(Copy link to clipboard)</span>
</a>
</li>
<li class="share-btn"><a href="#">Share</a></li>
<!-- <li class="share-btn"><a href="#">Share</a></li>
<li class="linkdin-icon"><a href="#"><img src="images/linkedin-icon.png" /></a></li>
<li class="facebook-icon"><a href="#"><img src="images/facebook-icon.png"/></a></li>
<li class="shape-icon"><a href="#"><img src="images/shape.png" /></a></li>
<li class="more-icon"><a href="#"><img src="images/more-icon.png" /></a></li>
<li class="more-icon"><a href="#"><img src="images/more-icon.png" /></a></li>-->
</ul>
</div>
<p class="job-txt">
......@@ -68,7 +75,6 @@
</div>
</div>
<style>
.job-share-icon li a.linked-col {line-height: 20px;}
</style>
</oneit:form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment