Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed 869 Moved edit project link up next to 'Projects' header in profile pg #120

Merged
merged 2 commits into from Aug 2, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 3 additions & 5 deletions mysite/profile/templates/profile/main.html
Expand Up @@ -30,6 +30,9 @@
<div id='portfolio' class='module project-display viewer'>
<div class='module-head'>
<h3>Projects</h3>
<a class='add-edit-projects' href=
'{% url mysite.profile.views.portfolio_editor %}'>Add/edit &raquo;
</a>
</div>
<div class='module-body'>
{% with person.get_published_portfolio_entries as portfolio_entries %}
Expand Down Expand Up @@ -114,11 +117,6 @@ <h3>Projects</h3>
</a>
</li>
<li>
<a href='{% url mysite.profile.views.portfolio_editor %}'>
Add contributions &raquo;
</a>
</li>
<li>
<a href='{% url mysite.customs.views.list_trackers %}'>
Add project's bugs &raquo;
</a>
Expand Down
1 change: 1 addition & 0 deletions mysite/static/css/profile/portfolio.css
Expand Up @@ -33,6 +33,7 @@ body#profile #portfolio.editor h4 { font-size: 1.25em; font-weight: normal; marg
body#profile #portfolio.editor .apologies { font-size: 17pt; padding: 20px 115px; width: 670px; text-align: center; }
body#profile #portfolio.editor .apologies p { margin-top: 0; }
body#profile #portfolio h5 { color: #555; font-size: 13pt; font-weight: normal; margin: 0 0 10px 0; }
body#profile #portfolio .module-head a.add-edit-projects { float: right; }
body#profile .portfolio_entry { margin-bottom: 20px; }
body#profile #portfolio.editor .portfolio_entry { position: relative; width: 100%; }
body#profile #portfolio.editor .portfolio_entry.unpublished .submodule,
Expand Down