summaryrefslogtreecommitdiffstats
path: root/templates/repo/diff_box.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Little refactoring of diff highlight.Andrey Nering2016-02-211-3/+4
| | | | Moving cache variable to template instead of in the struct.
* Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-041-3/+3
|
* Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-271-3/+3
|
* Merge pull request #2335 from andreynering/highlight-diffUnknwon2016-01-091-7/+7
|\ | | | | Highlight diff
| * Declaring specific types for enums constants.Andrey Nering2016-01-061-4/+4
| | | | | | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast.
| * Highlighting differences of lines in the diff view.Andrey Nering2016-01-061-3/+3
| |
* | fix markdown autolink errorUnknwon2016-01-091-1/+1
|/
* Removed opticon-foldKim "BKC" Carlbäcker2016-01-061-15/+0
|
* merged split/unified templatesKim "BKC" Carlbäcker2016-01-061-3/+118
|
* Changed name from inline to unifiedKim "BKC" Carlbäcker2016-01-051-3/+3
|
* i18n-fix for split-viewKim "BKC" Carlbäcker2016-01-051-1/+1
|
* Implement Split Diff-ViewKim "BKC" Carlbäcker2016-01-051-58/+5
| | | | - Unified/Inline Diff-View Selectable
* prepare releaseUnknwon2015-12-121-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-90/+90
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* #1078 not show bin when rename a fileUnknwon2015-11-031-27/+29
|
* fix #1078Unknwon2015-11-021-10/+10
|
* work on PR conversationUnknwon2015-09-011-0/+92