This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new aa24b21  Fix non existing template import on Github importer template
aa24b21 is described below

commit aa24b2130963a6ed71e65f10e877d5a015ab169a
Author: Guillermo Cruz <[email protected]>
AuthorDate: Tue Dec 14 13:02:19 2021 -0700

    Fix non existing template import on Github importer template
---
 ForgeImporters/forgeimporters/github/templates/project.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/ForgeImporters/forgeimporters/github/templates/project.html 
b/ForgeImporters/forgeimporters/github/templates/project.html
index 97211c4..c1d4b5d 100644
--- a/ForgeImporters/forgeimporters/github/templates/project.html
+++ b/ForgeImporters/forgeimporters/github/templates/project.html
@@ -16,7 +16,6 @@
        specific language governing permissions and limitations
        under the License.
 -#}
-{%- import 
'/var/local/sftheme/allura/sftheme/templates/sftheme/shared_svgs_macro.html' as 
shared_svgs_macro -%}
 {% extends 'forgeimporters:templates/project_base.html' %}
 
 
@@ -26,7 +25,7 @@
     </div>
      <div class="grid-7" style="clear:left">
         <label>GitHub Repository URL
-            <span class="tooltip" title="A valid Github repository URL">{{ 
shared_svgs_macro.global_svgs('info-circle', class='svgico info-circle') 
}}</span>
+            <span class="tooltip" title="A valid Github repository URL">{{ 
g.icons['help'].render() }}</span>
         </label>
     </div>
      <div class="grid-10">
@@ -44,7 +43,7 @@
     <div class="grid-7" style="clear:left">
         <label>
             Github User / Organization
-            <span class="tooltip" title="Your Github user or organization 
Name.">{{ shared_svgs_macro.global_svgs('info-circle', class='svgico 
info-circle') }}</span>
+            <span class="tooltip" title="Your Github user or organization 
Name.">{{ g.icons['help'].render() }}</span>
         </label>
     </div>
      <div class="grid-10">
@@ -60,7 +59,7 @@
     <div class="grid-7" style="clear:left">
         <label>
             GitHub Repo Name
-            <span class="tooltip" title="The name of any repository in your 
Github repository list.">{{ shared_svgs_macro.global_svgs('info-circle', 
class='svgico info-circle') }}</span>
+            <span class="tooltip" title="The name of any repository in your 
Github repository list.">{{  g.icons['help'].render() }}</span>
         </label>
 
     </div>
@@ -80,7 +79,7 @@
     </div>
     <div class="grid-7" style="clear:left">
         <label>{{config.site_name}} URL Name
-        <span class="tooltip" title="A link-friendly name for your project's 
URL.">{{ shared_svgs_macro.global_svgs('info-circle', class='svgico 
info-circle') }}</span>
+        <span class="tooltip" title="A link-friendly name for your project's 
URL.">{{  g.icons['help'].render() }}</span>
         </label>
     </div>
     <div class="grid-10">

Reply via email to