Current section
11 Versions
Jump to
Current section
11 Versions
Compare versions
3
files changed
+4
additions
-3
deletions
| @@ -54,4 +54,4 @@ | |
| 54 54 | {<<"optional">>,false}, |
| 55 55 | {<<"repository">>,<<"hexpm">>}, |
| 56 56 | {<<"requirement">>,<<">= 3.0.0">>}]]}. |
| 57 | - {<<"version">>,<<"0.1.8">>}. |
| 57 | + {<<"version">>,<<"0.1.9">>}. |
| @@ -6,8 +6,9 @@ | |
| 6 6 | base_path={@base_path} |
| 7 7 | changeset={@changeset} |
| 8 8 | parent_id={@id} |
| 9 | + init_password_link={@init_password_link} |
| 9 10 | rec_id={@rec_id} |
| 10 | - id="edit be_user" |
| 11 | + id="edit_be_user" |
| 11 12 | /> |
| @@ -1,7 +1,7 @@ | |
| 1 1 | defmodule MavuBeUserUi.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "0.1.8" |
| 4 | + @version "0.1.9" |
| 5 5 | def project do |
| 6 6 | [ |
| 7 7 | app: :mavu_be_user_ui, |