mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 19:20:13 +01:00
* new menu item in view menu * js to toggle view * store setting in cookie to keep de choice of view persistent * refactor index and tag page of todos to look more alike * refactor context and project partials to look more alike
6 lines
162 B
Text
6 lines
162 B
Text
<div class="container project">
|
|
<h2 id="project_name_container">
|
|
<%= show_project_name(project) %>
|
|
</h2>
|
|
<%= show_project_settings(project) %>
|
|
</div>
|