Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yona-projects/yona
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Choose a base ref
...
head repository: yona-projects/yona
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 9, 2023

  1. Copy the full SHA
    03f6c55 View commit details

Commits on Apr 5, 2023

  1. Copy the full SHA
    a1a421b View commit details

Commits on May 22, 2023

  1. Copy the full SHA
    60a5ac4 View commit details
Showing with 6 additions and 6 deletions.
  1. +4 −3 README.md
  2. +1 −2 app/views/issue/edit.scala.html
  3. +1 −1 public/javascripts/lib/marked.js
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,11 +5,12 @@


<img src='public/images/yona_logo.png' width='300px'>
21세기 협업 개발 플랫폼

DEMO: [http://repo.yona.io](http://repo.yona.io)
##### 21세기 협업 개발 플랫폼

Official Site: [http://yona.io](http://yona.io)
- DEMO: [http://repo.yona.io](http://repo.yona.io)
(데모 서버는 2023년 6월 30일 종료합니다. [관련 안내](https://github.com/yona-projects/yona/issues/785))
- Official Site: [http://yona.io](http://yona.io)

Yona?
--
3 changes: 1 addition & 2 deletions app/views/issue/edit.scala.html
Original file line number Diff line number Diff line change
@@ -86,8 +86,7 @@
}
@if(isAllowed(UserApp.currentUser(), issue.asResource(), Operation.UPDATE) && issue.isDraft) {
<button type="submit" id="button-draft-publish" class="ybtn ybtn-info">@Messages("button.draft.publish")</button>
<button type="button" id="draft-save-btn" class="ybtn ybtn-watching draft-save-btn">@Messages("button.draft.save")</button><!--
}
<button type="button" id="draft-save-btn" class="ybtn ybtn-watching draft-save-btn">@Messages("button.draft.save")</button>}<!--
-->@if(isAllowed(UserApp.currentUser(), issue.asResource(), Operation.UPDATE) && !issue.isDraft) {
<button type="submit" id="button-save" class="ybtn ybtn-info">@Messages("button.save")</button>}<!--
--><a href="javascript:history.back();" class="ybtn">@Messages("button.cancel")</a>
2 changes: 1 addition & 1 deletion public/javascripts/lib/marked.js
Original file line number Diff line number Diff line change
@@ -1922,7 +1922,7 @@
_proto.heading = function heading(text, level, raw, slugger) {
var idText = this.options.headerPrefix + slugger.slug(raw);
if (this.options.headerIds) {
return '<h' + level + ' id="' + this.options.headerPrefix + slugger.slug(raw) + '">' + text + '</h' + level + '>\n';
return '<h' + level + ' id="' + idText + '">' + text + '<a href="#' + idText + '" class="head-anchor">#</a>' + '</h' + level + '>\n';
} // ignore IDs