aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/diff_box.tmpl
Commit message (Collapse)AuthorAge
* Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-27
|
* Merge pull request #2335 from andreynering/highlight-diffUnknwon2016-01-09
|\ | | | | Highlight diff
| * Declaring specific types for enums constants.Andrey Nering2016-01-06
| | | | | | | | | | 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-06
| |
* | fix markdown autolink errorUnknwon2016-01-09
|/
* Removed opticon-foldKim "BKC" Carlbäcker2016-01-06
|
* merged split/unified templatesKim "BKC" Carlbäcker2016-01-06
|
* Changed name from inline to unifiedKim "BKC" Carlbäcker2016-01-05
|
* i18n-fix for split-viewKim "BKC" Carlbäcker2016-01-05
|
* Implement Split Diff-ViewKim "BKC" Carlbäcker2016-01-05
| | | | - Unified/Inline Diff-View Selectable
* prepare releaseUnknwon2015-12-12
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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-03
|
* fix #1078Unknwon2015-11-02
|
* work on PR conversationUnknwon2015-09-01