All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.git.commit.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="commitChanges" type="com.infobip.kafkistry.repository.storage.CommitFileChanges" -->
<#-- @ftlvariable name="gitCommitBaseUrl"  type="java.lang.String" -->
<#-- @ftlvariable name="jiraBaseUrl"  type="java.lang.String" -->




    <#include "../commonResources.ftl"/>
    Commit changes
    
    




<#include "../commonMenu.ftl">
<#import "../common/util.ftl" as util>

<#include "../common/backBtn.ftl"> Commit changes

<#assign commit = commitChanges.commit>
Committer username ${commit.username}
Full commit ID ${commit.commitId}
Time
Message
<#if commitChanges.files?size == 0> No changes in this commit <#list commitChanges.files as file>
${file.changeType} File: ${file.name}

                
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy