You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2014/02/24 16:16:58 UTC

[3/5] git commit: [#7014] ticket:524 Restored the link to edit trovecategories

[#7014] ticket:524 Restored the link to edit trovecategories


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/5bc9daf0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/5bc9daf0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/5bc9daf0

Branch: refs/heads/master
Commit: 5bc9daf03324a56ddf15c9dc66fef92e1a6d8535
Parents: fc1c466
Author: Ferens Dmitriy <fe...@gmail.com>
Authored: Mon Jan 27 18:40:47 2014 +0200
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Feb 24 15:15:41 2014 +0000

----------------------------------------------------------------------
 Allura/allura/templates/user_skills.html | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/5bc9daf0/Allura/allura/templates/user_skills.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/user_skills.html b/Allura/allura/templates/user_skills.html
index fbc1945..25b7aa5 100644
--- a/Allura/allura/templates/user_skills.html
+++ b/Allura/allura/templates/user_skills.html
@@ -95,5 +95,24 @@
       {{g.theme.add_user_skill.display(selected_skill=selected_skill.trove_cat_id, 
            action=selected_skill.shortname + "/save_skill")}}
     {% endif %}
+
+    <h3>Other possible actions</h3>
+    <div class="grid-20" style="margin-bottom:10px;"/>
+      <ul>
+        {%if tg.config.get('trovecategories.enableediting', 'false')=='true'%}
+          {% if selected_skill %}
+            <li>
+              <a href="/categories/{{selected_skill.shortname}}">
+                Create a new category in this list
+              </a>
+              if you want to add a more specific kind of skill which is not included here.
+            </li>
+          {% endif %}
+        {%endif%}
+        <li>
+          <a href="/auth/prefs">Go to you profile</a> to set the remaining personal preferences.
+        </li>
+      </ul>
+    </div>
   </div>
 {% endblock %}